Skip to main content

AppearanceSettings Constructors

Contains style settings used to apply conditional formatting by changing appearance settings.
Name Parameters Description
AppearanceSettings() none Initializes a new instance of the AppearanceSettings class.
AppearanceSettings(FormatConditionAppearanceType) predefinedType Initializes a new instance of the AppearanceSettings class.
AppearanceSettings(Color, Color) backColor, foreColor Initializes a new instance of the AppearanceSettings class.
AppearanceSettings(Color, FontStyle) foreColor, fontStyle Initializes a new instance of the AppearanceSettings class.
AppearanceSettings(Color) backColor Initializes a new instance of the AppearanceSettings class.
AppearanceSettings(FontStyle) fontStyle Initializes a new instance of the AppearanceSettings class.
See Also