ColorStyleSettings Constructors
Contains color settings for conditional formatting.| Name | Parameters | Description |
|---|---|---|
| ColorStyleSettings() | none | Initializes a new instance of the ColorStyleSettings class. |
| ColorStyleSettings(FormatConditionAppearanceType) | predefinedColor | Initializes a new instance of the ColorStyleSettings class with specified settings. |
| ColorStyleSettings(Color) | color | Initializes a new instance of the ColorStyleSettings class with specified settings. |
See Also