Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingValueType Enumeration


In This Topic
    ConditionalFormattingValueType Enumeration
    In This Topic
    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.Win.Spread.ConditionalFormattingValueType

    See Also