XLL+ Class Library

CXlArray::GetDims

Gets the number of rows and columns in an array

[C++]
void GetDims(
   USHORT& usRows,
   USHORT& usColumns
) const;

Parameters

usRows

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

usColumns

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