Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValueType Enumeration


In This Topic
    CfValueType Enumeration
    In This Topic
    Specifies the types of condition values that can be used.
    Syntax
    'Declaration
     
    
    Public Enum CfValueType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CfValueType
    public enum CfValueType : System.Enum 
    Members
    MemberDescription
    AutoMaxThe longest data bar is proportional to the maximum value in the range.
    AutoMinThe shortest data bar is proportional to the minimum value in the range.
    FormulaFormula is used.
    MaxHighest value from the list of values.
    MinLowest value from the list of values.
    NoneNo conditional value.
    NumericNumber is used.
    PercentPercentage is used.
    PercentilePercentile is used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.CfValueType

    See Also