IconConditionValueWrapper class

This object wraps IconConditionValue object to ensure correct parent object update.

Implemented types

Constructors

IconConditionValueWrapper(IconConditionValueImpl value, IconSetWrapper parent)
Initializes new instance of wrapper.

Properties

hashCode int
The hash code for this object.
no setterinherited
iconSet ExcelIconSetType
Returns or sets IconSet for individual IconSet criteria.
getter/setter pairoverride
index int
Gets or sets index of the iconset type's individual icon index.
getter/setter pairoverride
operator ConditionalFormatOperator
Gets or sets the operator
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ConditionValueType
Gets or sets the condition value type which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. Read-only.
getter/setter pairoverride
value String
Gets or sets the shortest bar or longest bar threshold value for a data bar conditional format.
getter/setter pairoverride
wrapped IconConditionValueImpl
Wrapped item.
getter/setter pair

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