Copies the contents of an CXlArray
void Copy( const CXlArray& xla ); void Copy( LPCXLARRAY4 pxla4 ); void Copy( LPCXLARRAY12 pxla12 ); |
An initialised CXlArray, whose contents will be copied to this CXlArray.
An initialised XLARRAY4 structure, whose contents will be copied to this CXlArray.
An initialised XLARRAY12 structure, whose contents will be copied to this CXlArray.
This method assigns a new size and new values to the CXlArray. If the target CXlArray already contains data, then it will be appropriately cleared before the assignment.
If memory allocation fails, then an exception of type CXlMemoryAllocationFailedException will be thrown. Since this exception is derived from CXlRuntimeException, it will be caught by the add-in wrapper function when this method is called from within an add-in function.
Header: xllplus.h