EN
Size: a a a
EN
РИ
A
P
EN
EN
DD
DD
EN
function closeDay(range) {
var protection = range.protect().setDescription('ДЕНЬ ЗАКРЫТ' + range.getA1Notation());
protection.removeEditors(protection.getEditors());
if (protection.canDomainEdit()) {
protection.setDomainEdit(false);
}
var me = Session.getEffectiveUser();
protection.addEditors([me, 'denisu@gmail.com']);
}
V
EN
VP
VP
VP
V
VP
A
VP
V