API Reference
Class
ExcelConditionalIconSetThreshold
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.
Returned or exposed by
Constructors
public ExcelConditionalIconSetThreshold() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.