Creates and populates a CXlArray object
[C++]
void CreateFromCols(
WORD cRows,
WORD cCols,
double** apd
);
The number of rows a newly created array object should contain.
The number of columns a newly created array object should contain.
An array of cRows pointers to double arrays, each array containing cCols items.
Header: xllplus.h
CXlArray Class
| CXlArray Methods
| CXlArray::Create()
| CXlArray::CreateFromRows()