TExcelFile.AddTable Method Adds a table to the active sheet. Syntax Unit: FlexCel.Core procedure TExcelFile.AddTable(aTable: ITableDefinition); virtual; abstract; Parameters <-> Parameter Type Description aTable ITableDefinition Table to add. See also TExcelFile