Table of Contents

XlsFile.HasCustomTableStyle Method

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

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean HasCustomTableStyle(String name)

Parameters

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

See also