The IExcelWrapperEngine type exposes the following members.
Methods
Name | Description | |
---|---|---|
Attach |
Prepares the object for use by attaching to the specified Excel application instance
and initializing the date offset.
| |
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.
| |
Create |
Prepares the object for use by creating an owned instance of Excel,
making it invisible, and initializing the date offset.
| |
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.
| |
Destroy |
Closes down the owned instance of Excel, cleanly and quietly, and releases resources.
| |
Detach |
Detaches the Excel Application instance from the object.
| |
LoadXll |
Loads the specified XLL into the engine.
|