API Reference
Class
IconSetOptions
Options for conditional-formatting icon sets applied to a column.
Inheritance
- Object
- IconSetOptions
Constructors
public IconSetOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).