Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / Range Property


In This Topic
    Range Property (Table)
    In This Topic
    Gets the range reference of this Table.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Range As Reference
    'Usage
     
    
    Dim instance As Table
    Dim value As Reference
     
    value = instance.Range
    public Reference Range {get;}

    Property Value

    A GrapeCity.CalcEngine.RangeReference value represents the range reference of this Table.
    See Also