Gets the column for the specified tag.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.String _
) As Column
'Usage
Dim instance As Columns
Dim tag As System.String
Dim value As Column
value = instance.Item(tag)
public Column Item(
System.string
) {get;}
Parameters
- tag
- The tag for which to retrieve the column index.
See Also