ThemeColorScheme.Load Method
Loads the color scheme of a Microsoft Office theme from a file.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Load ( _
FileName As String _
)
'Usage
Dim instance As ThemeColorScheme
Dim FileName As String
instance.Load(FileName)
void Load(
string FileName
)
Parameters
FileName
Type: System.StringThe name of the color theme file.