Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / Range Property


In This Topic
    Range Property (SheetTable)
    In This Topic
    Represents a range of the whole table.
    Syntax
    'Declaration
     
    Public ReadOnly Property Range As CellRange
    'Usage
     
    Dim instance As SheetTable
    Dim value As CellRange
     
    value = instance.Range
    public CellRange Range {get;}
    See Also