The XLConditionalFormattingRule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
XLConditionalFormattingRule |
Initialization conditional formatting object.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a new XLConditionalFormattingRule object that is a copy of the current instance.
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Border |
Gets or sets the borders and diagonal of the conditional formatting.
|
|
|
FirstFormula |
Gets or sets first formula for this condition.
|
|
|
Font |
Gets or sets the text font and foreground color of the conditional formatting.
|
|
|
IsEmpty |
Gets is empty flag if not formatting.
|
|
|
Operator |
Gets or sets conditional formatting operator (applicable when cell type formating).
|
|
|
Parameter |
Gets or sets style of parameter object for this condition.
|
|
|
Pattern |
Gets or sets the pattern of the conditional formatting.
|
|
|
Priority |
Gets or sets the priority of the conditional formatting.
|
|
|
SecondFormula |
Gets or sets second formula for this condition.
|
|
|
Type |
Gets or sets conditional formatting type.
|