[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingValueType

ConditionalFormattingValueType Enum

Represents the value type of the conditional formatting.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(EnumFriendlyConverter))]
public enum ConditionalFormattingValueType
<TypeConverter(GetType(EnumFriendlyConverter))>
Public Enum ConditionalFormattingValueType

Fields

Name Description
AutoMax

The larger of zero or the maximum value from the range of cells that the conditional formatting rule applies to.

AutoMin

The smaller of zero or the minimum value from the range of cells that the conditional formatting rule applies to.

Formula

The result of the formula determines the minimum or maximum value of the cell range that the rule applies to. If the result is not numeric, it is treated as zero.

Max

The maximum value from the range of cells that the conditional formatting rule applies to.

Min

The minimum value from the range of cells that the conditional formatting rule applies to.

Number

Indicates the number value.

Percent

The minimum value in the range of cells that the conditional formatting rule applies to plus X percent of the difference between the maximum and minimum values in the range of cells that the conditional formatting rule applies to.

Percentile

The minimum value of the cell that is in the X percentile of the range of cells that the conditional formatting rule applies to.