SetColumnName Method
SetColumnName(int, string)
Gets the table column name of the specified column.
Declaration
void SetColumnName(int index, string columnName)
Sub SetColumnName(index As Integer, columnName As String)
Parameters
Type |
Name |
Description |
int |
index |
An integer value indicates the table column index.
|
string |
columnName |
A string value indicates the specified column.
|