OfficeIMO

API Reference

Class

IconSetOptions

Namespace OfficeIMO.Excel.Fluent
Assembly OfficeIMO.Excel
Modifiers sealed

Options for conditional-formatting icon sets applied to a column.

Inheritance

  • Object
  • IconSetOptions

Constructors

Properties

public IconSetValues IconSet { get; set; } #

Icon set type (e.g., ThreeTrafficLights1).

public Boolean ShowValue { get; set; } #

Whether to show the cell’s value alongside icons.

public Boolean ReverseOrder { get; set; } #

Reverse the icon order.

public Double[] PercentThresholds { get; set; } #

Optional explicit percent thresholds (0..100). Length must match icon count (3/4/5).

public Double[] NumberThresholds { get; set; } #

Optional explicit numeric thresholds. Length must match icon count (3/4/5).