GridGetLeftCol¶
GridGetLeftCol returns the leftmost non-frozen column of the grid or in case of an error 0.
- nLeftCol = GridGetLeftCol()
Return Value
nLeftCol is the leftmost non-frozen 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-2076775