Uses of Class
io.keikai.api.SheetProtection
-
Packages that use SheetProtection Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use only -
-
Uses of SheetProtection in io.keikai.api
Methods in io.keikai.api that return SheetProtection Modifier and Type Method Description SheetProtection
SheetProtection.Builder. build()
Returns an instance of SheetProtection created from the fields set on this builder.Methods in io.keikai.api with parameters of type SheetProtection Modifier and Type Method Description void
Range. protectSheet(SheetProtection protection)
Protect aSheet
so that it cannot be modified. -
Uses of SheetProtection in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type SheetProtection Modifier and Type Method Description void
RangeImpl. protectSheet(SheetProtection protection)
-