GetRowName Function (DataGrid)

Class

DataGrid.

Action

Returns the name of the row (header), or an empty string.

Syntax

sName = Datagrid.GetRowName (DataGridRow)
Variable Description
sName Name of the row. STRING.
DataGridRow The DataGridRow to locate. DATAGRIDROW.

Note

Rows have names when the band containing the row is in card view mode.