IconSetType enum Worksheet

The icon set drawn by ConditionalFormat.iconSet. The name encodes the icon count (three / four / five icons).

Inheritance
Available extensions

Values

threeArrows → const IconSetType

3 coloured arrows (up / side / down).

threeArrowsGray → const IconSetType

3 grey arrows.

threeFlags → const IconSetType

3 flags.

threeTrafficLights1 → const IconSetType

3 traffic lights (unrimmed).

threeTrafficLights2 → const IconSetType

3 traffic lights (rimmed).

threeSigns → const IconSetType

3 signs (diamond / triangle / circle).

threeSymbols → const IconSetType

3 symbols (rimmed ✓ / ! / ✗).

threeSymbols2 → const IconSetType

3 symbols (unrimmed ✓ / ! / ✗).

fourArrows → const IconSetType

4 coloured arrows.

fourArrowsGray → const IconSetType

4 grey arrows.

fourRedToBlack → const IconSetType

4 red-to-black circles.

fourRating → const IconSetType

4 rating bars.

fourTrafficLights → const IconSetType

4 traffic lights.

fiveArrows → const IconSetType

5 coloured arrows.

fiveArrowsGray → const IconSetType

5 grey arrows.

fiveRating → const IconSetType

5 rating bars.

fiveQuarters → const IconSetType

5 quarter-filled circles.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<IconSetType>
A constant List of the values in this enum, in order of their declaration.