[]
Conditional formatting.
public class XLConditionalFormattingRule
| Name | Description |
|---|---|
| XLConditionalFormattingRule() | Initialization conditional formatting object. |
| 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. |
| StopIfTrue | Gets or sets the stop if true flag for expressions of the conditional formatting. |
| Type | Gets or sets conditional formatting type. |
| Name | Description |
|---|---|
| Clone() | Creates a new XLConditionalFormattingRule object that is a copy of the current instance. |