Workbook.IsUpdateLocked Property
Returns a value indicating whether the Workbook object is locked for update.
You need a 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.v24.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the object is locked; otherwise, false. |
Remarks
Enclose your code in the BeginUpdate() - EndUpdate() method calls to improve performance when you apply multiple modifications to a document.
See Also