LeftCol

Declaration: ChartBook.Tables[].LeftCol: integer;
The property LeftCol specifies the index of the first visible scrollable column in the grid. Setting LeftCol scrolls the columns in the grid so that the column with index LeftCol is the first column.

The range of valid values for LeftCol is 1 to NrOfColumns if FixedFirstColumn is FALSE, and 2 to NrOfColumns if FixedFirstColumn is TRUE.