C# Class DSOffice.ExcelInterop

Show file Open project: DynamoDS/Dynamo

Public Methods

Method Description
RegisterAndGetApp ( ) : Application

Private Methods

Method Description
OnProcessExit ( object sender, EventArgs eventArgs ) : void
TryQuitAndCleanup ( bool saveWorkbooks ) : void

Close all Excel workbooks and provide SaveAs dialog if needed. Also, perform garbage collection and remove references to Excel App

Method Details

RegisterAndGetApp() public static method

public static RegisterAndGetApp ( ) : Application
return Application