GcSpread.Sheets Namespace > Sheet type : getIsProtected Method |
var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: boolean value = instance.getIsProtected();
function getIsProtected() : boolean;
activeSheet.setIsProtected(true);
alert(activeSheet.getIsProtected());