Table of Contents

TXlsFile.GetTableSheet Method

Returns the sheet number of the table, or raises an exception if the table doesn't exist.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetTableSheet(const tableName: string): Integer; override;

Parameters

<-> Parameter Type Description
const tableName string

See also