LoadTheme Method
Description
Loads a named Theme for editing.
Syntax
Visual Basic |
---|
Public Function LoadTheme( _ ByVal theme As String _ ) As Integer |
Parameters
- theme
- The named Theme to load for editing.
Remarks
If a Theme is already loaded then loading another will lose any changes made to the first Theme. Use StoreTheme to save changes to the currently loaded Theme.
Available: GEO D OD OM OV SISpy
Group:
Example
sis.LoadTheme ("BarChart1")