Table of Contents

TXlsFile.HasCustomTableStyle Method

Returns true if the workbook has a custom table style with name "name".

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.HasCustomTableStyle(const name: string): Boolean; override;

Parameters

<-> Parameter Type Description
const name string Name of the custom table style to check. Case insensitive: "NAME" is the same as "name".

See also