Protection"

From Documentation
Line 1: Line 1:
  
 
= Protect a Sheet =  
 
= Protect a Sheet =  
how to enable / disable protection for a sheet with API
+
how to enable / disable protection for a sheet with API , protectSheet()
 
 
 
 
get protection status with API
 
  
  
 +
get protection status with API , isProtected()
  
 
= Unlock a Cell=
 
= Unlock a Cell=
 
Spreadsheet supports unlock cells of a protected sheet configured in Excel.
 
Spreadsheet supports unlock cells of a protected sheet configured in Excel.

Revision as of 09:04, 25 September 2013

Protect a Sheet

how to enable / disable protection for a sheet with API , protectSheet()


get protection status with API , isProtected()

Unlock a Cell

Spreadsheet supports unlock cells of a protected sheet configured in Excel.