[]
Gets the text of the specified column (by index).
public string GetText(int index)
Public Function GetText(index As Integer) As String
Type | Name | Description |
---|---|---|
int | index | Column index |
Type | Description |
---|---|
string |
Gets the text of the specified column (by name).
public string GetText(string name)
Public Function GetText(name As String) As String
Type | Name | Description |
---|---|---|
string | name | Column name |
Type | Description |
---|---|
string |