Spread WPF 18
GrapeCity.Spreadsheet Namespace / IRange Interface / Table Property


In This Topic
    Table Property
    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