columnName = table.GetColumnName(column)
columnName = table.GetColumnName(column)
Variable | Description |
---|---|
columnName | The name of the column. String. |
column | The index of the column. The value is zero-based. Integer. |
VB
Dim columnName As String = table.GetColumnName(5)