GridSetLeftCol

GridSetLeftCol sets the leftmost column displayed in the grid.

bool = GridSetLeftCol(>nLeftCol )

Return Value

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

Parameters

nLeftCol

nLeftCol is the leftmost column 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-2076583