Resizes a CXlArray object
[C++]
void Alloc(
WORD cRows,
WORD cCols
);
The number of rows a newly created array object should contain.
The number of columns a newly created array object should contain.
The array will be resized and all its values will be set to arbitrary values.
Header: xllplus.h