'Declaration Public Function GetValueAt( _ ByVal index As System.Integer _ ) As System.String
public System.string GetValueAt( System.int index )
Parameters
- index
- The string index.
Return Value
The string.
'Declaration Public Function GetValueAt( _ ByVal index As System.Integer _ ) As System.String
public System.string GetValueAt( System.int index )