IconConditionValueImpl class

Represents the implementation of Icon condition value

Implemented types

Constructors

IconConditionValueImpl(ExcelIconSetType iconSet, int index)
Initializes new instance of the class.
IconConditionValueImpl.withType(ExcelIconSetType iconSet, int index, ConditionValueType type, String value)
Initializes new instance of the class.

Properties

hashCode int
The hash code for this object.
no setterinherited
iconSet ExcelIconSetType
Returns or sets one of the constants of the IconConditionValueType enumeration. It specifies how the threshold values for icon set conditional format are determined.
getter/setter pairoverride
index int
Returns or sets index of the iconset type's individual icon index.
getter/setter pairoverride
operator ConditionalFormatOperator
Sets the operator for the threshold values in the conditional format.
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ConditionValueType
Returns or sets one of the constants of the ConditionValueType enumeration which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
getter/setter pairoverride
value String
Returns or sets threshold values for the conditional format.
getter/setter pairoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited