[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfValueType

CfValueType Enum

Specifies the types of condition values that can be used.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum CfValueType : byte
Public Enum CfValueType As Byte

Fields

Name Description
AutoMax

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

AutoMin

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

Formula

Formula is used.

Max

Highest value from the list of values.

Min

Lowest value from the list of values.

None

No conditional value.

Numeric

Number is used.

Percent

Percentage is used.

Percentile

Percentile is used.