Table of Contents

ExcelFile.SetFont Method

Sets the font definition for a given font index. Normally it is of not use, (you should use AddFont or AddFormat instead) but could be used to change the default font format. (using SetFont(0, font); )

Syntax

Namespace: FlexCel.Core

public abstract void SetFont(Int32 fontIndex, TFlxFont aFont)

Parameters

<-> Parameter Type Description
fontIndex Int32 Font index. 0-based
aFont TFlxFont Font definition

See also