ThemeFontScheme.Save Method
Saves the font scheme of a Microsoft Office theme to a file.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Save ( _
FileName As String _
)
'Usage
Dim instance As ThemeFontScheme
Dim FileName As String
instance.Save(FileName)
void Save(
string FileName
)
Parameters
FileName
Type: System.StringThe name of the file.