Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITables Interface > Item Property : Item(Int32) Property
An integer value indicates the table index.
Gets the ITable at the specified index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As ITable
'Usage
 
Dim instance As ITables
Dim index As Integer
Dim value As ITable
 
value = instance.Item(index)
ITable Item( 
   int index
) {get;}

Parameters

index
An integer value indicates the table index.

Property Value

A ITable value represents the specified ITable.
See Also

Reference

ITables Interface
ITables Members
Overload List