Table of Contents

TExcelFile.HasTable Method

Returns true if the table exists in the file.

Syntax

Unit: FlexCel.Core

function TExcelFile.HasTable(const tableName: string): Boolean; virtual; abstract;

Parameters

<-> Parameter Type Description
const tableName string Name of the table (case insensitive).

See also