LeftColumn
This property helps you figure out which columns of a grid are displayed. It always contains the ColumnOrder of the leftmost column currently showing.
Usage |
nLeftmostColumn = grdGrid.LeftColumn |
Example |
* Scroll if necessary to make sure Column2 is visible IF This.LeftColumn>2 LOCAL nCnt FOR nCnt = 1 TO This.LeftColumn - 2 This.DoScroll(4) ENDFOR ENDIF |
See Also |