Enum Class的使用
com.grapecity.documents.excel.ReadingOrder
-
com.grapecity.documents.excel中ReadingOrder的使用
修饰符和类型方法说明static ReadingOrder
ReadingOrder.forValue
(int value) IDisplayFormat.getReadingOrder()
Gets the reading order of the associated Range object as it is displayed in the current user interface.IRange.getReadingOrder()
Gets or Sets the reading order for the specified object.static ReadingOrder
Returns the enum constant of this class with the specified name.static ReadingOrder[]
ReadingOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IRange.setReadingOrder
(ReadingOrder value) Sets the reading order for the specified object.