Spread for ASP.NET 12 Product Documentation
ConditionalFormattingValueType Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ConditionalFormattingValueType Enumeration
Represents the value type of the conditional formatting.
Syntax
'Declaration
 
Public Enum ConditionalFormattingValueType 
   Inherits System.Enum
'Usage
 
Dim instance As ConditionalFormattingValueType
public enum ConditionalFormattingValueType : System.Enum 
Members
MemberDescription
AutoMaxThe larger of zero or the maximum value from the range of cells that the conditional formatting rule applies to.
AutoMinThe smaller of zero or the minimum value from the range of cells that the conditional formatting rule applies to.
FormulaThe 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.
MaxThe maximum value from the range of cells that the conditional formatting rule applies to.
MinThe minimum value from the range of cells that the conditional formatting rule applies to.
NumberIndicates the number value.
PercentThe 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.
PercentileThe minimum value of the cell that is in the X percentile of the range of cells that the conditional formatting rule applies to.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.ConditionalFormattingValueType

See Also

Reference

FarPoint.Web.Spread Namespace