Enum Class的使用
com.grapecity.documents.excel.Order
-
com.grapecity.documents.excel中Order的使用
修饰符和类型方法说明static Order
Order.forValue
(int value) IPageSetup.getOrder()
Gets aOrder
value that represents the order that GcExceluses to number pages when printing a large worksheet.IPivotTable.getPageFieldOrder()
Returns the order in which page fields are added to the PivotTable report’s layout.static Order
Returns the enum constant of this class with the specified name.static Order[]
Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
Sets aOrder
value that represents the order that GcExceluses to number pages when printing a large worksheet.void
IPivotTable.setPageFieldOrder
(Order value) Sets the order in which page fields are added to the PivotTable report’s layout.