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


In This Topic
    DataRange Property (SheetTable)
    In This Topic
    Gets the cell range for the table data area.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataRange As CellRange
    'Usage
     
    Dim instance As SheetTable
    Dim value As CellRange
     
    value = instance.DataRange
    public CellRange DataRange {get;}
    See Also