Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.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