Enum Class的使用
com.grapecity.documents.excel.SearchDirection
-
com.grapecity.documents.excel中SearchDirection的使用
修饰符和类型方法说明static SearchDirection
SearchDirection.forValue
(int value) final SearchDirection
FindOptions.getSearchDirection()
Get the search direction.static SearchDirection
Returns the enum constant of this class with the specified name.static SearchDirection[]
SearchDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明final void
FindOptions.setSearchDirection
(SearchDirection value) Set the search direction.