SpreadsheetProtectionBehaviorOptions Properties
Provides options to restrict an end-user’s capability to protect or unprotect a document in the SpreadsheetControl.| Name | Description |
|---|---|
| AllowUsersToEditRange | Gets or sets the document’s capability to unlock ranges in a protected worksheet for editing by authenticated users. |
| ProtectSheet | Gets or sets the document’s capability to protect a worksheet. |
| ProtectWorkbook | Gets or sets the document’s capability to protect a workbook. |
| UnprotectSheet | Gets or sets the document’s capability to remove the worksheet protection. |
| UnprotectWorkbook | Gets or sets the document’s capability to remove the workbook protection. |
See Also