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