API Reference

Enum

ExcelConditionalFormatType

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.

Inheritance

  • Enum
  • ExcelConditionalFormatType

Usage

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

Accepted by parameters

Values

public const ExcelConditionalFormatType Expression #

Represents the Open XML value expression.

Value: 0
public const ExcelConditionalFormatType CellIs #

Represents the Open XML value cellIs.

Value: 1
public const ExcelConditionalFormatType ColorScale #

Represents the Open XML value colorScale.

Value: 2
public const ExcelConditionalFormatType DataBar #

Represents the Open XML value dataBar.

Value: 3
public const ExcelConditionalFormatType IconSet #

Represents the Open XML value iconSet.

Value: 4
public const ExcelConditionalFormatType Top10 #

Represents the Open XML value top10.

Value: 5
public const ExcelConditionalFormatType UniqueValues #

Represents the Open XML value uniqueValues.

Value: 6
public const ExcelConditionalFormatType DuplicateValues #

Represents the Open XML value duplicateValues.

Value: 7
public const ExcelConditionalFormatType ContainsText #

Represents the Open XML value containsText.

Value: 8
public const ExcelConditionalFormatType NotContainsText #

Represents the Open XML value notContainsText.

Value: 9
public const ExcelConditionalFormatType BeginsWith #

Represents the Open XML value beginsWith.

Value: 10
public const ExcelConditionalFormatType EndsWith #

Represents the Open XML value endsWith.

Value: 11
public const ExcelConditionalFormatType ContainsBlanks #

Represents the Open XML value containsBlanks.

Value: 12
public const ExcelConditionalFormatType NotContainsBlanks #

Represents the Open XML value notContainsBlanks.

Value: 13
public const ExcelConditionalFormatType ContainsErrors #

Represents the Open XML value containsErrors.

Value: 14
public const ExcelConditionalFormatType NotContainsErrors #

Represents the Open XML value notContainsErrors.

Value: 15
public const ExcelConditionalFormatType TimePeriod #

Represents the Open XML value timePeriod.

Value: 16
public const ExcelConditionalFormatType AboveAverage #

Represents the Open XML value aboveAverage.

Value: 17