Enum Class的使用
com.grapecity.documents.excel.FormatConditionOperator
-
com.grapecity.documents.excel中FormatConditionOperator的使用
修饰符和类型方法说明IFormatCondition.getOperator()
Returns the operator of this conditional format.IIconCriterion.getOperator()
Returns one of the constants of the FormatConditionOperator enumeration, which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value.static FormatConditionOperator
Returns the enum constant of this class with the specified name.static FormatConditionOperator[]
FormatConditionOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明IFormatConditions.add
(FormatConditionType type, FormatConditionOperator formatConditionOperator, Object formula1, Object formula2) Adds a new conditional format.void
IFormatCondition.setOperator
(FormatConditionOperator value) Sets the operator of this conditional format.void
IIconCriterion.setOperator
(FormatConditionOperator value) Sets one of the constants of the FormatConditionOperator enumeration, which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value.