Syntax

expression.Load(FileName)

expression An expression that returns a ThemeFontScheme object.

Parameters

Name Required/Optional Data Type Description
FileName Required String The name of the font scheme file.

Example
The following example loads a theme font scheme from a file.

Visual Basic for Applications
ThemeFontScheme.Load ("C:\myThemeFontScheme.xml")

See also: