Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ConditionValueTypes Enumeration
In This Topic
    ConditionValueTypes Enumeration
    In This Topic
    Specifies the types of condition values that can be used.
    Syntax
    public enum ConditionValueTypes : System.Enum 
    Members
    MemberDescription
    AutomaticMax Specifies that the longest data bar is proportional to the maximum value in the range.
    AutomaticMin Specifies that the shortest data bar is proportional to the minimum value in the range.
    Formula Specifies a formula is used.
    HighestValue Specifies the highest value from the list of values.
    LowestValue Specifies the lowest value from the list of values.
    None Specifies no conditional value.
    Number Specifies that a number is used.
    Percent Specifies a percentage is used.
    Percentile Specifies a percentile is used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.ConditionValueTypes

    See Also