Click or drag to resize

ConditionalFormatWrapper Properties

The ConditionalFormatWrapper type exposes the following members.

Properties
Name Description
Public property Average
Get the conditional formatting's "Average" instance. The default instance's rule highlights cells that are above the average for all values in the range. Valid only for type = Average.
Public property BackColor
Pattern background color.
Public property BackColorObject
Conditional format background color. Read-only.
Public property BackKnownColor
Pattern background color.
Protected property BeginCallsCount
Returns number of begin update calls that have no corresponding end update. Read-only.
(Inherited from CommonWrapper .)
Public property BottomBorderColor
Color of the bottom line
Public property BottomBorderColorObject
Conditional format bottom border color. Read-only.
Public property BottomBorderKnownColor
Color of the bottom line.
Public property BottomBorderStyle
Bottom border line style.
Public property Color
Pattern foreground color.
Public property ColorScale
Returns color scale settings. Valid only if FormatType is set to ColorScale. Read-only.
Public property DataBar
Returns data bar settings. Valid only if FormatType is set to DataBar. Read-only.
Public property DxfId
Gets or sets the DXF ID associated with the object.
Public property FillPattern
XlsFill pattern style.
Public property FirstFormula
First formula.
Public property FirstFormulaR1C1 Obsolete.
First formula.
Public property FontColor
Font color.
Public property FontColorObject
Conditional format font color. Read-only.
Public property FontKnownColor
Font color.
Public property FormatType
Type of the conditional format.
Public property IconSet
Returns iconset settings. Valid only if FormatType is set to IconSet. Read-only.
Public property IsBackgroundColorPresent
If true - background color present. otherwise - false.
Public property IsBold
Indicates whether the font is bold.
Public property IsBorderFormatPresent
True if contains border formatting.
Public property IsBottomBorderModified
True if bottom border style and color are modified.
Public property IsFontColorPresent
If true - format color present. otherwise - false.
Public property IsFontFormatPresent
True if contains font formatting.
Public property IsItalic
Indicates whether font is italic.
Public property IsLeftBorderModified
True if left border style and color are modified.
Public property IsPatternColorPresent
Indicates whether pattern color .
Public property IsPatternFormatPresent
True if contains pattern formatting.
Public property IsPatternStyleModified
Indicates whether pattern style was modified.
Public property IsRightBorderModified
True if right border style and color modified.
Public property IsStrikeThrough
Indicates whether font is struck through.
Public property IsSubScript
Indicates whether font is subscript.
Public property IsSuperScript
Indicates whether font is superscript.
Public property IsTopBorderModified
True if top border style and color are modified.
Public property KnownColor
Pattern foreground color.
Public property LeftBorderColor
Color of the left line.
Public property LeftBorderColorObject
Conditional format left border color. Read-only.
Public property LeftBorderKnownColor
Color of the left line.
Public property LeftBorderStyle
Left border line style.
Public property NumberFormat
Gets or sets the number format for the condition.
Public property OColor
Conditional format color. Read-only.
Public property Operator
Type of the comparison operator.
Public property Parent
Parent object for this object.
Public property Priority
Gets or sets the priority of the condition.
Public property RightBorderColor
Color of the right line.
Public property RightBorderColorObject
Conditional format right border color. Read-only.
Public property RightBorderKnownColor
Color of the right line.
Public property RightBorderStyle
Right border line style.
Public property SecondFormula
Second formula.
Public property SecondFormulaR1C1 Obsolete.
First formula.
Public property StopIfTrue
True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007;
Public property TopBorderColor
Color of the top line
Public property TopBorderColorObject
Conditional format top border color. Read-only.
Public property TopBorderKnownColor
Color of the top line.
Public property TopBorderStyle
Top border line style.
Public property TopBottom
Get the conditional formatting's "TopBottom" instance. The default instance's rule highlights cells whose values fall in the top 10 bracket. Valid only for type = TopBottom.
Public property Underline
Underline type.
Top
See Also