Enum Class的使用
com.grapecity.documents.excel.TotalsCalculation
-
com.grapecity.documents.excel中TotalsCalculation的使用
修饰符和类型方法说明static TotalsCalculation
TotalsCalculation.forValue
(int value) ITableColumn.getTotalsCalculation()
Determines the type of calculation in the Totals row of the table column based on the value of theTotalsCalculation
enumeration.static TotalsCalculation
Returns the enum constant of this class with the specified name.static TotalsCalculation[]
TotalsCalculation.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
ITableColumn.setTotalsCalculation
(TotalsCalculation value) Determines the type of calculation in the Totals row of the table column based on the value of theTotalsCalculation
enumeration.