Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.03 KB

File metadata and controls

21 lines (17 loc) · 1.03 KB

AsposeCellsCloud::Object::ProtectWorkbookRequest

Load the model package

use AsposeCellsCloud::Object::ProtectWorkbookRequest;

Properties

Name Type Description Notes
AwaysOpenReadOnly boolean Indicates aways open read-only.
EncryptWithPassword string Indicates encrypt with password.
ProtectCurrentSheet Protection Represents the various types of protection options available for a worksheet.
ProtectAllSheets Protection Represents the various types of protection options available for all worksheets.
ProtectWorkbookStructure string Indicates protect workbook structure. All, Contents, Objects, Scenarios, Structure, Windows, and None.
DigitalSignature DigitalSignature Indicates signature in file.
MarkAsFinal boolean Indicates mark as final.

[Back to Model list]
[Back to README]