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