[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ConditionValueTypes

Enum ConditionValueTypes

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the types of condition values that can be used.

public enum ConditionValueTypes

Fields

AutomaticMax = 8

Specifies that the longest data bar is proportional to the maximum value in the range.

AutomaticMin = 7

Specifies that the shortest data bar is proportional to the minimum value in the range.

Formula = 5

Specifies a formula is used.

HighestValue = 3

Specifies the highest value from the list of values.

LowestValue = 2

Specifies the lowest value from the list of values.

None = 0

Specifies no conditional value.

Number = 1

Specifies that a number is used.

Percent = 4

Specifies a percentage is used.

Percentile = 6

Specifies a percentile is used.