Uses of Enum Class
io.keikai.range.impl.FindOptions.SearchScope
Packages that use FindOptions.SearchScope
Package
Description
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of FindOptions.SearchScope in io.keikai.range.impl
Methods in io.keikai.range.impl that return FindOptions.SearchScopeModifier and TypeMethodDescriptionFindOptions.getScope()Returns the search scope.static FindOptions.SearchScopeReturns the enum constant of this class with the specified name.static FindOptions.SearchScope[]FindOptions.SearchScope.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.SearchScopeModifier and TypeMethodDescriptionFindOptions.scope(FindOptions.SearchScope scope) Sets the search scope.