WorksheetProtection Class |
Namespace: GroupDocs.Editor.Options
The WorksheetProtection type exposes the following members.
Name | Description | |
---|---|---|
![]() | WorksheetProtection |
Creates new instance with default parameters. If not modified and passed to SpreadsheetSaveOptions, no worksheet protection will be applied
|
![]() | WorksheetProtection(WorksheetProtectionType, String) |
Creates new instance with specified worksheet protection type and password
|
Name | Description | |
---|---|---|
![]() | Password |
Password, which is used for protecting a worksheet. If NULL or empty string, the protection will not be applied.
|
![]() | ProtectionType |
Allows to specify a type of worksheet protection. By default is 'None' - protection is not applied.
|