Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ConditionValueTypes Enumeration
In This Topic
    ConditionValueTypes Enumeration
    In This Topic
    Specifies the types of condition values that can be used.
    Members
    MemberDescription
    AutomaticMaxSpecifies that the longest data bar is proportional to the maximum value in the range.
    AutomaticMinSpecifies that the shortest data bar is proportional to the minimum value in the range.
    FormulaSpecifies a formula is used.
    HighestValueSpecifies the highest value from the list of values.
    LowestValueSpecifies the lowest value from the list of values.
    NoneSpecifies no conditional value.
    NumberSpecifies that a number is used.
    PercentSpecifies a percentage is used.
    PercentileSpecifies a percentile is used.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.ConditionValueTypes

    See Also