Spread Windows Forms 12.0 Product Documentation
Item(String) Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableColumnCollection Interface > Item Property : Item(String) Property
Name of the ITableColumn item
Gets an ITableColumn item by name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ITableColumn
'Usage
 
Dim instance As ITableColumnCollection
Dim name As String
Dim value As ITableColumn
 
value = instance.Item(name)
ITableColumn Item( 
   string name
) {get;}

Parameters

name
Name of the ITableColumn item

Property Value

An instance of the ITableColumn item
See Also

Reference

ITableColumnCollection Interface
ITableColumnCollection Members
Overload List