IThemeColorScheme Interface
A color scheme for a theme.
Syntax
Unit: FlexCel.Core
IThemeColorScheme = interface(IInterface);
Methods
Name |
Description |
Reset |
Resets the color scheme to be the Excel 2007 standard.
|
Clone |
Returns a deep copy of this object.
|
Properties
Name |
Description |
Name |
Name of the color definition. This will be shown in Excel UI.
|
IsStandard2007 |
True if this is the standard Excel 2007 color palette.
|
Item[const themeColor] |
Returns a color definition for a themed color.
|