'Declaration Public Enum ConditionalFormattingValueType Inherits System.Enum
'Usage Dim instance As ConditionalFormattingValueType
public enum ConditionalFormattingValueType : System.Enum
'Declaration Public Enum ConditionalFormattingValueType Inherits System.Enum
'Usage Dim instance As ConditionalFormattingValueType
public enum ConditionalFormattingValueType : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ConditionalFormattingValueType