Skip to main content
A newer version of this page is available. .
Row

Workbook.Dispose() Method

Releases resources associated with a Workbook instance.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this method in production code.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void Dispose()

Remarks

Use this method to release unmanaged resources held by an instance of the Workbook class. You are advised to call this method when a particular Workbook instance is no longer used.

See Also