接口 IConditionValue
public interface IConditionValue
Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.
-
方法概要
修饰符和类型方法说明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.getValue()
Returns the shortest bar or longest bar threshold value for a data bar conditional format.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.void
Sets the shortest bar or longest bar threshold value for a data bar conditional format.
-
方法详细资料
-
getType
ConditionValueTypes 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
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
Sets the shortest bar or longest bar threshold value for a data bar conditional format.
-