ExcelEngine Enumeration

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 nameValueDescription
Internal1 Use the internal Excel library that is installed with Inventor.
COM2 Use the Excel COM interface (through .NET interop).

See Also

Reference

Autodesk.iLogic.Interfaces Namespace