XLL+ Class Library

CXlArray::operator =

Assigns a new value to the CXlArray

[C++]
const CXlArray& operator =(
   const CXlArray& xla
);

Parameters

xla

An initialised CXlArray.

Remarks

These operators assign a new value to the CXlArray. If the CXlArray already contains data, then it will be appropriately cleared before the assignment.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods