Previous topic

GridGetSwapRowCol

Next topic

GridGetUndoString

This Page

GridGetTopRowΒΆ

GridGetTopRow returns the topmost column of the grid or in case of an error 0.

nTopRow = GridGetTopRow()

Return Value

nTopRow is the topmost row starting with 1.

Comment

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

id-1972725