javascript - app script for locking cell after data was inputted -


i making reservation calendar , want locked cell after inputted information on specific columns. more or less 10 columns have function. need help. thanks.

this right out of documentation here.

 var ss = spreadsheetapp.getactive();  var range = ss.getrange('a1:b10');  var protection = range.protect().setdescription('sample protected range'); 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -