Declaration: |
ChartBook.Tables[].SetAllCheckmarksOfCol (Column: longint; Checked: boolean); |
The procedure SetAllCheckmarksOfCol sets all check marks in the column specified by the parameter Column to the value Checked (TRUE = checked, FALSE = not checked). Please note that this method only will have an effect if the property ColumnCheckMode is set to cmBox.
|
|