Share

IGoExcel.QuitApplication Method

Quits the Excel application that is used by the GoExcel functions. In most cases it is not necessary to call this function. This should be called only if a rule has used the Excel API directly to change the Excel application state, and you don't want this state to carry forward into other rules. Call this only as the last GoExcel function in a rule.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Sub QuitApplication

C#

void QuitApplication()

See Also

Reference

Was this information helpful?