TXlsFile.HasTable Method
Returns true if the table exists in the file.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.HasTable(const tableName: string): Boolean; override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
tableName |
string |
Name of the table (case insensitive). |
See also