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


In This Topic
Item(Int32) Property
In This Topic
Gets the Table at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Table
 
'Usage
 
Dim instance As Tables
Dim index As Integer
Dim value As Table
 
value = instance.Item(index)

Parameters

index
An integer value indicates the table index.

Property Value

A Table value represents the specified Table.
See Also