Uses of Enum Class
io.keikai.range.impl.FindOptions.LookIn
Packages that use FindOptions.LookIn
Package
Description
Keikai Spreadsheet Internal Range API Implementation classes.
-
Uses of FindOptions.LookIn in io.keikai.range.impl
Methods in io.keikai.range.impl that return FindOptions.LookInModifier and TypeMethodDescriptionFindOptions.getLookIn()Returns which aspect of the cell to search in.static FindOptions.LookInReturns the enum constant of this class with the specified name.static FindOptions.LookIn[]FindOptions.LookIn.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.LookInModifier and TypeMethodDescriptionFindOptions.lookIn(FindOptions.LookIn lookIn) Sets which aspect of the cell to search in.