GetColumnName Method
GetColumnName(int)
Gets the name of the column
Declaration
string GetColumnName(int index)
Function GetColumnName(index As Integer) As String
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
Type |
Description |
string |
A name of the column.
|