Resizes a CXlArray object and initializes its memebers to zero
[C++]
void AllocInit(
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 zero.
Header: xllplus.h