QG_GetCellsPerRow

QG_GetCellsPerRow(areaRef; cellsPerRow):errorCode
areaRef Longint QGrid area reference
cellsPerRow Longint Number of cells per row
error Longint Error result

Get the number of cells per row specified for the QGrid area

Parameter areaRef is the QGrid area reference. If areaRef is not a valid QGrid area reference, qg_paramErr error is returned.

Parameter cellsPerRow receives the number of cells per grid row specified using QG_SetCellsPerRow.

Related commands

QG_SetCellsPerRow Specify the number of cells per row of the QGrid area