FixedFirstColumn

Declaration: ChartBook.Tables[].FixedFirstColumn: boolean;
The property FixedFirstColumn controls whether the first column of the table has a fixed width and is displayed using the color specified by ColorColumnHd. FixedFirstColumn is FALSE by default.

Hint: In the case you use a fixed first column you should consider to set the ColumnEditable[1] property to FALSE in order to prevent the first column from being changed.