Table of Contents

TExcelFile.GetBuiltInStyleName Method

Returns the name for a built-in style.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetBuiltInStyleName(const style: TBuiltInStyle; const level: Integer): string; virtual; abstract;

Parameters

<-> Parameter Type Description
const style TBuiltInStyle Style you want find out the name.
const level Integer Used only if style is TBuiltInStyle.RowLevel or TBuiltInStyle.ColLevel. It specifies the level of the outline, and must be a number between 1 and 7. Keep it 0 for all other styles.

Returns

The name for the Built in style.

See also