Enum Class的使用
com.grapecity.documents.excel.PivotFieldOrientation
-
com.grapecity.documents.excel中PivotFieldOrientation的使用
修饰符和类型方法说明IPivotField.getOrientation()
Gets the location of the field in the specified PivotTable report.static PivotFieldOrientation
Returns the enum constant of this class with the specified name.static PivotFieldOrientation[]
PivotFieldOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IPivotField.setOrientation
(PivotFieldOrientation value) Sets the location of the field in the specified PivotTable report.