Back to Devexpress

Workbook.IsUpdateLocked Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-c6c5ef30.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public bool IsUpdateLocked { get; }
vb
Public ReadOnly Property IsUpdateLocked As Boolean

Property Value

TypeDescription
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

BeginUpdate()

EndUpdate()

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace