Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITables Interface / Item Property / Item(Int32) Property
An integer value indicates the table index.


In This Topic
Item(Int32) Property
In This Topic
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)

Parameters

index
An integer value indicates the table index.

Property Value

A ITable value represents the specified ITable.
See Also