Creates and populates a CXlArray object
[C++]
void Create(
   WORD cRows,
   WORD cCols,
   double* pd
);
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 double's, containing (cRows x cCols) items.
Header: xllplus.h
CXlArray Class 
					  | CXlArray Methods			 
					  | CXlArray::CreateFromCols()			 
					  | CXlArray::CreateFromRows()