Uses of Enum Class
io.keikai.range.impl.FindOptions.SearchDirection
Packages that use FindOptions.SearchDirection
Package
Description
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of FindOptions.SearchDirection in io.keikai.range.impl
Methods in io.keikai.range.impl that return FindOptions.SearchDirectionModifier and TypeMethodDescriptionFindOptions.getDirection()Returns the search direction.static FindOptions.SearchDirectionReturns the enum constant of this class with the specified name.static FindOptions.SearchDirection[]FindOptions.SearchDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.range.impl with parameters of type FindOptions.SearchDirectionModifier and TypeMethodDescriptionFindOptions.direction(FindOptions.SearchDirection dir) Sets the search direction.