Skip to main content
Row

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public bool IsUpdateLocked { get; }

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