ExcelIconSetType enum

Specifies the type of icon set.

Inheritance

Constructors

ExcelIconSetType()
const

Values

threeArrows → const ExcelIconSetType

3 Arrows.

threeArrowsGray → const ExcelIconSetType

3 Arrows Gray.

threeFlags → const ExcelIconSetType

3 Flags.

threeTrafficLights1 → const ExcelIconSetType

3 Traffic Lights 1.

threeTrafficLights2 → const ExcelIconSetType

3 Traffic Lights 2.

threeSigns → const ExcelIconSetType

3 Signs.

threeSymbols → const ExcelIconSetType

3 Symbols.

threeSymbols2 → const ExcelIconSetType

3 Symbols 2.

fourArrows → const ExcelIconSetType

4 Arrows.

fourArrowsGray → const ExcelIconSetType

4 Arrows Gray.

fourRedToBlack → const ExcelIconSetType

4 Red To Black.

fourRating → const ExcelIconSetType

4 Ratings.

fourTrafficLights → const ExcelIconSetType

4 Traffic Lights.

fiveArrows → const ExcelIconSetType

5 Arrows.

fiveArrowsGray → const ExcelIconSetType

5 Arrows Gray.

fiveRating → const ExcelIconSetType

5 Rating.

fiveQuarters → const ExcelIconSetType

5 Quarters.

threeStars → const ExcelIconSetType

3 Stars.

threeTriangles → const ExcelIconSetType

3 Triangles.

fiveBoxes → const ExcelIconSetType

5 Boxes.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ExcelIconSetType>
A constant List of the values in this enum, in order of their declaration.