XLL+ Class Library (7.0)

CXlArray::GetDims

Gets the number of rows and columns in an array

void GetDims(
   size_t& rows,
   size_t& columns
) const;

Parameters

rows

Reference to a variable which will contain the number of rows in the array.

columns

Reference to a variable that will contain the number of columns in the array.

Remarks

This function gets the height and width of an array.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods