API Reference

Class

ExcelConditionalIconSetThreshold

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Threshold metadata for a conditional-formatting icon-set rule.

Inheritance

  • Object
  • ExcelConditionalIconSetThreshold

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public ExcelConditionalIconSetThreshold() #

Properties

public String Type { get; set; } #

Gets or sets the threshold type, such as Percent, Number, Minimum, or Maximum.

public String Value { get; set; } #

Gets or sets the raw threshold value, when present.

public Boolean GreaterThanOrEqual { get; set; } #

Gets or sets whether values equal to the threshold are included in the higher icon bucket.