Spread Windows Forms 12.0 Product Documentation
Item(String) Property


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

Parameters

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

Property Value

The ITableColumn object at the specified index.
See Also

Reference

ITableColumns Interface
ITableColumns Members
Overload List