Spread Windows Forms 12.0 Product Documentation
Item(String) Property


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

Parameters

tag
Column object

Property Value

Row object for the specified tag
See Also

Reference

Rows Class
Rows Members
Overload List