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: 30.0
Syntax
VB
Sub QuitApplication
C#
void QuitApplication()