[]
        
(Showing Draft Content)

C1.Excel.XLConditionalFormattingRule

XLConditionalFormattingRule Class

Conditional formatting.

Inheritance
XLConditionalFormattingRule
Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public class XLConditionalFormattingRule

Constructors

Name Description
XLConditionalFormattingRule()

Initialization conditional formatting 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.

StopIfTrue

Gets or sets the stop if true flag for expressions of the conditional formatting.

Type

Gets or sets conditional formatting type.

Methods

Name Description
Clone()

Creates a new XLConditionalFormattingRule object that is a copy of the current instance.