Indicates whether protected cells in the sheet can be edited.
Set: Sheet.setCellProtection(isProtected)
Get: isProtected = Sheet.getCellProtection
To selectively protect or unprotect cells, use the Range property Protection. Then set CellProtection. When CellProtection is true, protected cells cannot be edited, but unprotected cells can still be edited.