The methods of the CXlArray class are listed here.
|   | Alloc | Resizes a CXlArray object | 
|   | AllocInit | Resizes a CXlArray object and initializes its memebers to zero | 
|   | Create | Creates and populates a CXlArray object | 
|   | CreateFromCols | Creates and populates a CXlArray object | 
|   | CreateFromRows | Creates and populates a CXlArray object | 
|   | CXlArray | Constructs a CXlArray object | 
|   | Clear | Reclaim resources from CXlArray | 
|   | Copy | Copies the contents of an CXlArray | 
|   | InitZero | Initialise the CXlArray contents | 
|   | Compare | Compare the contents of this CXlArray with another | 
|   | operator != | Compare the contents of this CXlArray with another | 
|   | operator < | Compare the contents of this CXlArray with another | 
|   | operator <= | Compare the contents of this CXlArray with another | 
|   | operator == | Compare the contents of this CXlArray with another | 
|   | operator > | Compare the contents of this CXlArray with another | 
|   | operator >= | Compare the contents of this CXlArray with another | 
|   | operator = | Assigns a new value to the CXlArray | 
|   | Cell | Returns a reference to an item in an array | 
|   | Cols | Returns the number of columns in an array | 
|   | Count | Returns the number of cells in an array | 
|   | GetDims | Gets the number of rows and columns in an array | 
|   | GetHeight | Returns the number of rows in an array | 
|   | GetPointer | Returns a pointer to the array of numbers | 
|   | GetWidth | Returns the number of columns in an array | 
|   | Row | Returns a pointer to a row of items in the array | 
|   | Rows | Returns the number of rows in an array | 
|   | GetArray12 | Returns a pointer to the internal XLARRAY12 structure | 
|   | GetArray4 | Returns a pointer to the internal XLARRAY4 structure | 
|   | Owned | Returns whether the internal XLARRAY structures are owned by the CXlArray object | 
|   | Cell | Returns a reference to an item in an array | 
|   | Cols | Returns the number of columns in an array | 
|   | Count | Returns the number of cells in an array | 
|   | GetDims | Gets the number of rows and columns in an array | 
|   | GetHeight | Returns the number of rows in an array | 
|   | GetPointer | Returns a pointer to the array of numbers | 
|   | GetWidth | Returns the number of columns in an array | 
|   | Row | Returns a pointer to a row of items in the array | 
|   | Rows | Returns the number of rows in an array | 
|   | ReadMatrix | Reads data from a 2-dimensional array into a matrix of numbers | 
|   | ReadVector | Reads a row or a column from an array into a vector of numbers | 
Header: xllplus.h