XLL+ Class Library (7.0)

CXlOper::FreeArray

Releases the resources of an array's items

void FreeArray( );

Remarks

Release the memory assigned for the items of an array.

Note: The framework will call this function as required. All memory used by CXlOper objects is automatically released (by one means or another). You never actually need to call this function; you may choose to do so in order to free up memory while an object is still in scope, in order to save heap space.

NoteNote:

This method is deprecated. Use Clear instead.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods