Spread Windows Forms 12.0 Product Documentation
Item(String) Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Columns Class > Item Property : Item(String) Property
Application tag for the cell
Gets the column for the specified tag.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal tag As String _
) As Column
'Usage
 
Dim instance As Columns
Dim tag As String
Dim value As Column
 
value = instance.Item(tag)
public Column Item( 
   string tag
) {get;}

Parameters

tag
Application tag for the cell

Property Value

Column object for the specified tag
See Also

Reference

Columns Class
Columns Members
Overload List