Convert a handle to an object pointer
[C++]
T* ObjectFromHandle(
long handle
) const;
An object handle, usually passed to an add-in function from a worksheet cell.
If the handle is valid, then the function returns a pointer to the
object it represents. If the handle is not valid, the function returns 0.
Header: xlhandle.h