Table of Contents

XlsFile.GetBuiltInStyleName Method

Returns the name for a built-in style.

Syntax

Namespace: FlexCel.XlsAdapter

public override String GetBuiltInStyleName(TBuiltInStyle style, Int32 level)

Parameters

<-> Parameter Type Description
style TBuiltInStyle Style you want find out the name.
level Int32 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