GetColumnName Function (DataGrid)

Class

DataGrid.

Action

Returns the name (header) of the column that contains the specified cell.

Syntax

sName = Datagrid.GetColumnName (DataGridCell)
Variable Description
sName The name of the column in the table. STRING.
DataGridCell The DataGridCell to locate. DATAGRIDCELL.