XLL+ Class Library

CXlArray::Owned

Returns whether the internal XLARRAY structure is owned by the CXlArray object

[C++]
BOOL Owned() const;

Remarks

This function returns TRUE if the internal XLARRAY structure is owned by the CXlArray object and FALSE if the structure was passed in by Excel.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods