Uses of Class
io.keikai.api.Range.SheetVisible
-
Packages that use Range.SheetVisible Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use only -
-
Uses of Range.SheetVisible in io.keikai.api
Methods in io.keikai.api that return Range.SheetVisible Modifier and Type Method Description static Range.SheetVisible
Range.SheetVisible. valueOf(String name)
Returns the enum constant of this type with the specified name.static Range.SheetVisible[]
Range.SheetVisible. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api with parameters of type Range.SheetVisible Modifier and Type Method Description void
Range. setSheetVisible(Range.SheetVisible visible)
Setup sheet's visibility; can be VISIBLE, HIDDEN, or VERY_HIDDEN. -
Uses of Range.SheetVisible in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.SheetVisible Modifier and Type Method Description void
RangeImpl. setSheetVisible(Range.SheetVisible visible)
-