XLL+ Class Library

CXlArray::Alloc

Resizes a CXlArray object

[C++]
void Alloc(
   WORD cRows,
   WORD cCols
);

Parameters

cRows

The number of rows a newly created array object should contain.

cCols

The number of columns a newly created array object should contain.

Remarks

The array will be resized and all its values will be set to arbitrary values.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods | CXlArray::AllocInit()