Table of Contents

XlsFile.HasTable Method

Returns true if the table exists in the file.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean HasTable(String tableName)

Parameters

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

See also