Workbook.IsProtected Property
Indicates whether a workbook is protected.
You need an active license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Docs.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the workbook is protected; otherwise, false. |
Remarks
Use the IsProtected property to check whether the workbook is already protected before applying protection with the Workbook.Protect method.
Implements
See Also
Feedback