Table of Contents

XlsFile.SetThemeFont Method

Sets either the minor or the major font for the theme.

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetThemeFont(TFontScheme fontScheme, TThemeFont font)

Parameters

<-> Parameter Type Description
fontScheme TFontScheme Font Scheme we want to set (either minor or major). Using "none" here will do nothing.
font TThemeFont Font definition.

See also