Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / DefaultSpreadDataViewMapper Class / CellRange Property


In This Topic
    CellRange Property (DefaultSpreadDataViewMapper)
    In This Topic
    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