Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableRows Interface / Item Property
An integer value indicates the index of the table column.


In This Topic
    Item Property (ITableRows)
    In This Topic
    Gets the ITableRow object at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ITableRow
    'Usage
     
    
    Dim instance As ITableRows
    Dim index As Integer
    Dim value As ITableRow
     
    value = instance.Item(index)
    ITableRow this[ 
       int index
    ]; {get;}

    Parameters

    index
    An integer value indicates the index of the table column.

    Property Value

    The ITableRow object at the specified index.
    See Also