xlld.sdk.framework

Utility functions for writing XLLs

Members

Functions

Excel12f
int Excel12f(int xlfn, LPXLOPER12 pxResult, LPXLOPER12[] args)

Wrapper for the Excel12 function that allows passing D arrays

Excel12f
int Excel12f(int xlfn, LPXLOPER12 pxResult)
Excel12f
int Excel12f(int xlfn, LPXLOPER12 result, const(XLOPER12)[] args)
freeXLOper
void freeXLOper(T pxloper, A allocator)

Will free any malloc'd memory associated with the given LPXLOPER, assuming it has any memory associated with it

Meta