Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 635 Bytes

File metadata and controls

40 lines (36 loc) · 635 Bytes
description Automatically generated file. DO NOT MODIFY
mgc drives items workbook worksheets protection protect post --drive-id {drive-id} --drive-item-id {driveItem-id} --workbook-worksheet-id {workbookWorksheet-id} --body '{
\
  "options": {
\
    "allowFormatCells": true,
\
    "allowFormatColumns": true,
\
    "allowFormatRows": true,
\
    "allowInsertColumns": true,
\
    "allowInsertRows": true,
\
    "allowInsertHyperlinks": true,
\
    "allowDeleteColumns": true,
\
    "allowDeleteRows": true,
\
    "allowSort": true,
\
    "allowAutoFilter": true,
\
    "allowPivotTables": true
\
  }
\
}
\
'