Uses of Interface
io.keikai.model.SProtectedRange
Packages that use SProtectedRange
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SProtectedRange in io.keikai.model
Methods in io.keikai.model that return SProtectedRangeModifier and TypeMethodDescriptiondefault SProtectedRangeSSheet.addProtectedRange(String name, CellRegion range, String password) Adds a protected range to this sheet.Methods in io.keikai.model that return types with arguments of type SProtectedRangeModifier and TypeMethodDescriptiondefault List<SProtectedRange>SSheet.getProtectedRanges()Returns all protected ranges on this sheet. -
Uses of SProtectedRange in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SProtectedRange