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


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

Parameters

name
A string value indicates the table name.

Property Value

A Table value represents the specified Table.
See Also