API Reference

Enum

ExcelConditionalIconKind

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Dependency-free icon shapes used for conditional-formatting icon sets.

Inheritance

  • Enum
  • ExcelConditionalIconKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ExcelConditionalIconKind GreenUpArrow #

Green upward arrow.

Value: 0
public const ExcelConditionalIconKind YellowUpArrow #

Yellow upward arrow.

Value: 1
public const ExcelConditionalIconKind YellowSideArrow #

Yellow sideways arrow.

Value: 2
public const ExcelConditionalIconKind YellowDownArrow #

Yellow downward arrow.

Value: 3
public const ExcelConditionalIconKind RedDownArrow #

Red downward arrow.

Value: 4
public const ExcelConditionalIconKind GreenCheck #

Green check mark.

Value: 5
public const ExcelConditionalIconKind YellowExclamation #

Yellow exclamation mark.

Value: 6
public const ExcelConditionalIconKind RedCross #

Red cross.

Value: 7
public const ExcelConditionalIconKind GreenCircle #

Green circle.

Value: 8
public const ExcelConditionalIconKind LightGreenCircle #

Light green circle.

Value: 9
public const ExcelConditionalIconKind YellowCircle #

Yellow circle.

Value: 10
public const ExcelConditionalIconKind OrangeCircle #

Orange circle.

Value: 11
public const ExcelConditionalIconKind RedCircle #

Red circle.

Value: 12
public const ExcelConditionalIconKind RatingOne #

One filled rating bar.

Value: 13
public const ExcelConditionalIconKind RatingTwo #

Two filled rating bars.

Value: 14
public const ExcelConditionalIconKind RatingThree #

Three filled rating bars.

Value: 15
public const ExcelConditionalIconKind RatingFour #

Four filled rating bars.

Value: 16
public const ExcelConditionalIconKind RatingFive #

Five filled rating bars.

Value: 17
public const ExcelConditionalIconKind QuarterEmpty #

Empty quarter-pie indicator.

Value: 18
public const ExcelConditionalIconKind QuarterOne #

One-quarter filled pie indicator.

Value: 19
public const ExcelConditionalIconKind QuarterTwo #

Half-filled pie indicator.

Value: 20
public const ExcelConditionalIconKind QuarterThree #

Three-quarter filled pie indicator.

Value: 21
public const ExcelConditionalIconKind QuarterFull #

Fully filled pie indicator.

Value: 22