XLL+ Class Library

CXlArray::Create

Creates and populates a CXlArray object

[C++]
void Create(
   WORD cRows,
   WORD cCols,
   double* pd
);

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.

pd

An array of double's, containing (cRows x cCols) items.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods | CXlArray::CreateFromCols() | CXlArray::CreateFromRows()