Table of Contents

TXlsFile.GetFont Method

Returns the font definition for a given font index.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetFont(const fontIndex: Integer): TFlxFont; override;

Parameters

<-> Parameter Type Description
const fontIndex Integer Font index. 0-based

Returns

Font definition

See also