The IWrapperEngine type exposes the following members.

Methods

  NameDescription
CallExcel
Invokes the controlled Excel instance and evaluates the named add-in function, using the specifed parameter list of arguments.
CallExcelWithErrorCheck
Invokes the controlled Excel instance and evaluates the named add-in function, using the specifed parameter list of arguments, and raises an error under the conditions specified.
DateFromExcel
Converts a numeric date value used by Excel to a .NET DateTime.
DateToExcel
Converts a .NET DateTime to a numeric date value used by Excel.
LoadXll
Loads the specified XLL into the engine.

See Also