The methods of the CXlArray class are listed here.
CXlArray | Constructs a CXlArray object |
Create | Creates and populates a CXlArray object |
CreateFromCols | Creates and populates a CXlArray object |
CreateFromRows | Creates and populates a CXlArray object |
Alloc | Resizes a CXlArray object |
AllocInit | Resizes a CXlArray object and initializes its memebers to zero |
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 |
GetWidth | Returns the number of columns in an array |
GetHeight | Returns the number of rows in an array |
GetDims | Gets the number of rows and columns in an array |
Count | Returns the number of cells in an array |
Cell | Returns a reference to an item in an array |
Row | Returns a pointer to a row of items in the array |
GetArray | Returns a pointer to the internal XLARRAY structure |
Owned | Returns whether the internal XLARRAY structure is owned by the CXlArray object |
Ret | Prepares a CXlArray to be returned as a value to Excel |
ReadVector | Reads a row or a column from an array into a vector of numbers |
ReadMatrix | Reads data from a 2-dimensional array into a matrix of numbers |
Header: xllplus.h