API Reference

Class

ExcelConditionalFormattingInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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() #

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.