Spread Windows Forms 12.0 Product Documentation
Item Property (ITableRows)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableRows Interface : Item Property
An integer value indicates the index of the table column.
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

Reference

ITableRows Interface
ITableRows Members