Share

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: 30.0

Syntax

VB

Public Enumeration ExcelEngine

C#

public enum ExcelEngine

Members

  Member nameValueDescription
Internal1 Use the internal Excel library (LibXL) that is installed with Inventor.
COM2 Use the Excel COM interface (through .NET interop).
LibreCalc3 Use LibreCalc to access Excel files

See Also

Reference

Was this information helpful?