Options

Declaration: ChartBook.Tables[].Options: TGridOptions;

These are the possible values that can be included in the Options set:

goFixedHorzLine When True, horizontal lines appear between the rows within nonscrolling regions.
goFixedVertLine When True, vertical lines appear between the columns within nonscrolling regions.
goHorzLine When True, horizontal lines appear between the rows.
goVertLine When True, vertical lines appear between the columns.
goRowSizing When True, rows can be resized individually except for fixed or nonscrolling rows. Please note that this option is only effective if the property FixedFirstColumn is set to TRUE.
goColSizing When True, columns can be resized individually except for fixed or nonscrolling columns. Please note that this option is only effective if either the property CommonHeaderVisible or the property ColumnHeadersVisible is TRUE.
goThumbTracking When True, the contents of the report list scrolls while the user is moving the thumb tab of the report list scroll bar. When False, the contents of the report list doesn't scroll until the user releases the thumb tab in its new position.