XlsFile.AddTable Method
Adds a table to the active sheet.
Syntax
Namespace: FlexCel.XlsAdapter
public override void AddTable(TTableDefinition aTable)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aTable | TTableDefinition | Table to add. |
Adds a table to the active sheet.
Namespace: FlexCel.XlsAdapter
public override void AddTable(TTableDefinition aTable)
<-> | Parameter | Type | Description |
---|---|---|---|
aTable | TTableDefinition | Table to add. |