Table of Contents

ExcelFile.FontCount Property

Number of fonts defined in all the sheet. When calling GetFont(fontIndex), 0<=fontIndex<FormatCount.

Syntax

Namespace: FlexCel.Core

public abstract Int32 FontCount { get; }

See also