IWorkbook.IsDisposed Property
In This Article
Gets a value indicating whether a workbook has been disposed of.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the workbook has been disposed of; otherwise, false. |
See Also