接口 IConditionValue


public interface IConditionValue
Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
    Returns the shortest bar or longest bar threshold value for a data bar conditional format.
    void
    Sets one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
    void
    Sets the shortest bar or longest bar threshold value for a data bar conditional format.
  • 方法详细资料

    • getType

      Returns one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
    • setType

      void setType(ConditionValueTypes value)
      Sets one of the constants of the ConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
    • getValue

      Object getValue()
      Returns the shortest bar or longest bar threshold value for a data bar conditional format.
    • setValue

      void setValue(Object value)
      Sets the shortest bar or longest bar threshold value for a data bar conditional format.