Back to Devexpress

Workbook.IsDisposed Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-304efa50.md

latest1.4 KB
Original Source

Workbook.IsDisposed Property

Indicates whether a workbook has been disposed of.

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 IsDisposed { get; }
vb
Public ReadOnly Property IsDisposed As Boolean

Property Value

TypeDescription
Boolean

true , if the workbook is disposed of; otherwise, false.

|

Implements

IsDisposed

See Also

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace