The AddinWrapperBase type exposes the following members.

Methods

  NameDescription
CheckEngine
Check that the Engine property has been initialized. Raise an exception if it has not.
CombineVectorGroup
Combines the supplied vector arguments into a 2-dimensional array
DateFromExcel
Converts a numeric date value used by Excel to a .NET DateTime.
DatesFromExcel1d
Converts an array of numeric date values used by Excel to an array of .NET DateTime.
DatesFromExcel2d
Converts an array of numeric date values used by Excel to an array of .NET DateTime.
DatesToExcel1d
Converts an array of .NET DateTime to an aray of numeric date values, as used by Excel.
DatesToExcel2d
Converts an array of .NET DateTime to an aray of numeric date values, as used by Excel.
DateToExcel
Converts a .NET DateTime to a numeric date value used by Excel.
Dispose
The Dispose method of the AddinWrapperBase class releases all unmanaged resources used by the object.
LoadXll
Invokes the Engine to load the specified XLL file into memory.
Unwrap
Convert the value returned by Excel to the expected type

See Also