Table of Contents

TExcelFile.SetTable Method

Changes an existing table. The table to change is given by the table name in aTable. Note that this method won't change the name of the table. To do so, you need to call RenameTable

Syntax

Unit: FlexCel.Core

procedure TExcelFile.SetTable(aTable: ITableDefinition); virtual; abstract;

Parameters

<-> Parameter Type Description
aTable ITableDefinition Table to modify.

See also