Table of Contents

TXlsFile.GetStyleName Method

Gets the name of the style at position index. (1 based).

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetStyleName(const index: Integer): string; override;

Parameters

<-> Parameter Type Description
const index Integer Position in the list of styles (1 based).

Returns

The name of the style.

See also