GridGetColCount

GridGetColCount returns the number of columns or in case of an error -1.

nCols = GridGetColCount()

Return Value

nCols is the number of columns displayed in the data grid.

Comment

All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.

id-1047171