Spread for ASP.NET 11 Product Documentation
CellRange Property (DefaultSpreadDataViewMapper)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Data Namespace > DefaultSpreadDataViewMapper Class : CellRange Property
Gets or sets the model data source range.
Syntax
'Declaration
 
Public Property CellRange As CellRange
'Usage
 
Dim instance As DefaultSpreadDataViewMapper
Dim value As CellRange
 
instance.CellRange = value
 
value = instance.CellRange
public CellRange CellRange {get; set;}

Property Value

Model data source cell range
See Also

Reference

DefaultSpreadDataViewMapper Class
DefaultSpreadDataViewMapper Members