Enum Class的使用
com.grapecity.documents.excel.AboveBelow
-
com.grapecity.documents.excel中AboveBelow的使用
修饰符和类型方法说明IAboveAverage.getAboveBelow()
Returns one of the constants of theAboveBelow
enumeration,specifying if the conditional formatting rule looks for cell values above or below the range average or standard deviation.static AboveBelow
Returns the enum constant of this class with the specified name.static AboveBelow[]
AboveBelow.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IAboveAverage.setAboveBelow
(AboveBelow value) Sets one of the constants of theAboveBelow
enumeration, specifyingif the conditional formatting rule looks for cell values above or below the range average or standard deviation.