XLL+ Class Library (7.0)

CXlArray::operator =

Assigns a new value to the CXlArray

const CXlArray& operator =(
   const CXlArray& xla
);

Parameters

xla

An initialised CXlArray, whose contents will be copied to this CXlArray.

Remarks

This operator assigns a new value to the CXlArray. If the target CXlArray already contains data, then it will be appropriately cleared before the assignment.

Exceptions

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.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods