Spread Windows Forms 12.0 Product Documentation
Index Property (ITableRow)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableRow Interface : Index Property
Gets an integer value that represents the index number of the ITableRow object within the ITableRows collection.
Syntax
'Declaration
 
ReadOnly Property Index As Integer
'Usage
 
Dim instance As ITableRow
Dim value As Integer
 
value = instance.Index
int Index {get;}

Property Value

The integer value that represents the index number of the ITableRow object.
See Also

Reference

ITableRow Interface
ITableRow Members