GetRowBandName Function (DataGrid)

Class

DataGrid.

Action

Returns the band name of the row, or an empty string.

Syntax

sName = Datagrid.GetRowBandName (DataGridRow)
Variable Description
sName The name of the band. STRING.
DataGridRow The DataGridRow to locate. DATAGRIDROW.