Excel12f

Excel12f()

Purpose: A fancy wrapper for the Excel12() function. It also does the following:

(1) Checks that none of the LPXLOPER12 arguments are 0, which would indicate that creating a temporary XLOPER12 has failed. In this case, it doesn't call Excel12 but it does print a debug message. (2) If an error occurs while calling Excel12, print a useful debug message. (3) When done, free all temporary memory.

#1 and #2 require _DEBUG to be defined.

nothrow @nogc
int
Excel12f

Return Value

Type: int

A return code (Some of the xlret... values, as defined in XLCALL.H, OR'ed together).

Comments:

Meta