Table of Contents

TExcelFile.GetFont Method

Returns the font definition for a given font index.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetFont(const fontIndex: Integer): TFlxFont; virtual; abstract;

Parameters

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

Returns

Font definition

See also