GetColumnName()
- Last UpdatedJul 22, 2024
- 1 minute read
Use the GetColumnName() method to retrieve the name of the column specified by ColumnNum.
Syntax
string GetColumnName(
int ColumnNum)
Return value
If ColumnNum is equal to or greater than the number of columns stored in the row, as returned by the ColumnCount property, null is returned.