Spread Windows Forms 12.0 Product Documentation
Item(String) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITables Interface > Item Property : Item(String) Property
A string value indicates the table name.
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)
ITable Item( 
   string name
) {get;}

Parameters

name
A string value indicates the table name.

Property Value

A ITable value represents the specified ITable.
See Also

Reference

ITables Interface
ITables Members
Overload List