Table of Contents

TExcelFile.HasCustomTableStyle Method

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

Syntax

Unit: FlexCel.Core

function TExcelFile.HasCustomTableStyle(const name: string): Boolean; virtual; abstract;

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