API Reference
Class
ExcelConditionalFormattingInfo
Read-only snapshot of a conditional formatting rule.
Inheritance
- Object
- ExcelConditionalFormattingInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ExcelConditionalFormattingInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Range { get; set; } #Gets or sets the A1 range covered by the rule.
public String Type { get; set; } #Gets or sets the OpenXML conditional formatting type.
public String Operator { get; set; } #Gets or sets the OpenXML conditional formatting operator.
public Int32 Priority { get; set; } #Gets or sets the rule priority.
public Boolean StopIfTrue { get; set; } #Gets or sets whether evaluation stops when the rule is true.
public IReadOnlyList<String> Formulas { get; set; } #Gets or sets formulas attached to the rule.