Choice of the Excel engine that the GoExcel functions will use.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Public Enumeration ExcelEngine
C#
public enum ExcelEngine
Members
|
| Member name | Value | Description |
|---|
| Internal | 1 |
Use the internal Excel library that is installed with Inventor.
|
| COM | 2 |
Use the Excel COM interface (through .NET interop).
|
See Also
Reference