Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSource Class / CellRange Property
Example


In This Topic
    CellRange Property (SpreadDataSource)
    In This Topic
    Gets or sets the range of cells for this data source.
    Syntax
    'Declaration
     
    
    Public Property CellRange As CellRange
    'Usage
     
    
    Dim instance As SpreadDataSource
    Dim value As CellRange
     
    instance.CellRange = value
     
    value = instance.CellRange
    public CellRange CellRange {get; set;}

    Property Value

    CellRange containing the range of cells
    Example
    This example binds a cell range and a listbox to the Spread data source.
    See Also