The XLConditionalFormattingRule type exposes the following members.

Constructors

  Name Description
Public method XLConditionalFormattingRule
Initialization conditional formatting object.

Methods

  Name Description
Public method Clone
Creates a new XLConditionalFormattingRule object that is a copy of the current instance.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Border
Gets or sets the borders and diagonal of the conditional formatting.
Public property FirstFormula
Gets or sets first formula for this condition.
Public property Font
Gets or sets the text font and foreground color of the conditional formatting.
Public property IsEmpty
Gets is empty flag if not formatting.
Public property Operator
Gets or sets conditional formatting operator (applicable when cell type formating).
Public property Parameter
Gets or sets style of parameter object for this condition.
Public property Pattern
Gets or sets the pattern of the conditional formatting.
Public property Priority
Gets or sets the priority of the conditional formatting.
Public property SecondFormula
Gets or sets second formula for this condition.
Public property Type
Gets or sets conditional formatting type.

See Also