FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows Class / Item Property / Item(String) Property


In This Topic
Item(String) Property
In This Topic
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)

Parameters

tag
See Also