HighlightConditionalFormattingStyle Class Members
In This Topic
The following tables list the members exposed by HighlightConditionalFormattingStyle.
Public Constructors
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsBackColorSet | Gets whether the background color of the style (BackColor property) is set. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsBorderSet | Gets whether the style border (Border property) is set. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsFontStyleSet | Gets whether the font style of the style (FontStyle property) is set. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsForeColorSet | Gets whether the text color of the style (ForeColor property) is set. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsFormatterSet | Gets whether the formatter for the style (Formatter property) is set. |
Top
See Also