Creates and populates a CXlArray object
[C++]
void CreateFromRows(
   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 cCols pointers to double arrays, each array containing cRows items.
Header: xllplus.h
CXlArray Class 
					  | CXlArray Methods			 
					  | CXlArray::Create()			 
					  | CXlArray::CreateFromCols()