Release Unmanaged Resources of the Workbook

Contents
[ ]

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