Table of Contents

XlsFile.DeleteTable Method

Deletes a table from the workbook, based on its name. Note that the table might not be in the active sheet. Note also that this will only delete the table itself, but not the data inside.

Syntax

Namespace: FlexCel.XlsAdapter

public override void DeleteTable(String aName)

Parameters

<-> Parameter Type Description
aName String Name of the table to delete.

See also