Table of Contents

XlsFile.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 ExcelFile.RenameTable

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetTable(TTableDefinition aTable)

Parameters

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

See also