Name | Description | |
---|---|---|
fromJson | Generate the ProtectionOptions from json string. | |
getAllowDeletingColumns | Gets whether the deletion of columns is allowed on a protected worksheet. | |
getAllowDeletingRows | Gets whether the deletion of rows is allowed on a protected worksheet. | |
getAllowFiltering | Gets whether the user is allowed to make use of an AutoFilter that was created before the sheet was protected. | |
getAllowFormattingCells | Gets whether the formatting of cells is allowed on a protected worksheet. | |
getAllowFormattingColumns | Gets whether the formatting of columns is allowed on a protected worksheet. | |
getAllowFormattingRows | Gets whether the formatting of rows is allowed on a protected worksheet. | |
getAllowInsertingColumns | Gets whether the insertion of columns is allowed on a protected worksheet. | |
getAllowInsertingHyperlinks | Gets whether the insertion of hyperlinks is allowed on a protected worksheet. | |
getAllowInsertingRows | Gets whether the insertion of rows is allowed on a protected worksheet. | |
getAllowSorting | Gets whether the sorting option is allowed on a protected worksheet. | |
getAllowUsingObjects | Gets whether the user is allowed to use objects on a protected worksheet. | |
getAllowUsingPivotTables | Gets whether the user is allowed to use pivot tables on a protected worksheet. | |
setAllowDeletingColumns | Sets whether the deletion of columns is allowed on a protected worksheet. | |
setAllowDeletingRows | Sets whether the deletion of rows is allowed on a protected worksheet. | |
setAllowFiltering | Sets whether the user is allowed to make use of an AutoFilter that was created before the sheet was protected. | |
setAllowFormattingCells | Sets whether the formatting of cells is allowed on a protected worksheet. | |
setAllowFormattingColumns | Sets whether the formatting of columns is allowed on a protected worksheet. | |
setAllowFormattingRows | Sets whether the formatting of rows is allowed on a protected worksheet. | |
setAllowInsertingColumns | Sets whether the insertion of columns is allowed on a protected worksheet. | |
setAllowInsertingHyperlinks | Sets whether the insertion of hyperlinks is allowed on a protected worksheet. | |
setAllowInsertingRows | Sets whether the insertion of rows is allowed on a protected worksheet. | |
setAllowSorting | Sets whether the sorting option is allowed on a protected worksheet. | |
setAllowUsingObjects | Sets whether the user is allowed to use objects on a protected worksheet. | |
setAllowUsingPivotTables | Sets whether the user is allowed to use pivot tables on a protected worksheet. | |
toJson | Generate the string from the ProtectionOptions. |