Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITables Interface / Item Property / Item(String) Property
A string value indicates the table name.


In This Topic
Item(String) Property
In This Topic
Gets the ITable with the specified name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ITable
 
'Usage
 
Dim instance As ITables
Dim name As String
Dim value As ITable
 
value = instance.Item(name)

Parameters

name
A string value indicates the table name.

Property Value

A ITable value represents the specified ITable.
See Also