ConditionalFormatType enum Worksheet
The kind of a ConditionalFormat rule. Covers the common OOXML cfRule
types; anything else reads as other (its raw type is on
ConditionalFormat.typeName).
Values
- cellIs → const ConditionalFormatType
-
A value comparison (
greaterThan/lessThan/between/equal...). - formula → const ConditionalFormatType
-
A boolean formula rule (OOXML
expression). - colorScale → const ConditionalFormatType
-
A 2- or 3-colour scale (heat map).
- dataBar → const ConditionalFormatType
-
An in-cell data bar.
- iconSet → const ConditionalFormatType
-
An icon set (arrows, traffic lights, ratings, ...).
- top10 → const ConditionalFormatType
-
A top/bottom N (or N%) rule.
- aboveAverage → const ConditionalFormatType
-
An above/below-average rule.
- containsText → const ConditionalFormatType
-
A text-content rule (contains / begins with / ends with ...).
- timePeriod → const ConditionalFormatType
-
A date/time-period rule.
- duplicateValues → const ConditionalFormatType
-
A duplicate- or unique-values rule.
- other → const ConditionalFormatType
-
Any other rule kind not individually modelled.
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<
ConditionalFormatType> - A constant List of the values in this enum, in order of their declaration.