GetValueAt Method
GetValueAt(int)
Gets the string by its index.
Declaration
public string GetValueAt(int index)
Public Function GetValueAt(index As Integer) As String
Parameters
| Type |
Name |
Description |
| int |
index |
The string index.
|
Returns
| Type |
Description |
| string |
The string.
|