Gets the number of rows and columns in an array
void GetDims( size_t& rows, size_t& columns ) const; |
Reference to a variable which will contain the number of rows in the array.
Reference to a variable that will contain the number of columns in the array.
This function gets the height and width of an array.
Header: xllplus.h