Spread Windows Forms 12.0 Product Documentation
CellRange Property (DefaultSpreadDataViewMapper)


FarPoint.Win.Spread Assembly > FarPoint.Win.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

CellRange containing the model data source cell range
See Also

Reference

DefaultSpreadDataViewMapper Class
DefaultSpreadDataViewMapper Members