Clear

Declaration: ChartBook.Tables[].Clear;
The method Clear deletes the contents of the table. The corresponding headers are reset to their default values and all checked flags are cleared. Note that clearing the table also removes any excess memory allocations.

Hint: In order to reset the contents of the table while maintaining its headers the command Fill should be used instead of Clear.