In This Topic
Gets a new row for the specified tag.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal 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
) {get;}
Parameters
- tag
See Also