GetColumnName Method (JTable)

Class

JTable.

Action

Returns the name of the column at the specified index.

Syntax

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.

Examples

Dim columnName As String = table.GetColumnName(5)