Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Table Property


In This Topic
    Table Property (IRange)
    In This Topic
    Returns an ITable object for the IRange object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Table As ITable
    'Usage
     
    
    Dim instance As IRange
    Dim value As ITable
     
    value = instance.Table
    ITable Table {get;}

    Property Value

    The table object.
    See Also