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


In This Topic
Item(String) Property
In This Topic
Gets the ITableColumn object at the specified index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ITableColumn
 
'Usage
 
Dim instance As ITableColumns
Dim name As String
Dim value As ITableColumn
 
value = instance.Item(name)

Parameters

name
A string value indicates the name of the table column.

Property Value

The ITableColumn object at the specified index.
See Also