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 SheetProtectionSheetProtection.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 voidRange. protectSheet(SheetProtection protection)Protect aSheetso 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 voidRangeImpl. protectSheet(SheetProtection protection)
-