Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / TableRows Property


In This Topic
    TableRows Property
    In This Topic
    Gets a ITableRows collection that represents all the rows in a ITable object.
    Syntax
    'Declaration
     
    
    ReadOnly Property TableRows As ITableRows
    'Usage
     
    
    Dim instance As ITable
    Dim value As ITableRows
     
    value = instance.TableRows
    ITableRows TableRows {get;}

    Property Value

    The ITableRows collection that represents all the rows in a ITable object.
    See Also