Release Unmanaged Resources of the Workbook

Contents
[ ]

Workbook object now implements the System.IDisposable interface which has a single method Dispose(). You can either directly call the Workbook.Dispose() method or you can use the Using statement to call this method automatically.