GridSetTopRow

GridSetTopRow sets the topmost row displayed in the grid.

bool = GridSetTopRow(nTopRow)

Return Value

bool is TRUE (1) if the function could set the selection and otherwise FALSE (0).

Parameters

nTopRow

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-728894