XLL+ Class Library (7.0)

CXlOper::GetHeight2

Returns the number of rows in an array

int GetHeight2(
   BOOL bArrayOnly = FALSE
) const;

Parameters

bArrayOnly

If the bArrayOnly parameter is TRUE, then the function asserts if the CXlOper does not contain an array; if bArrayOnly is FALSE, then the function returns 1 for the number of rows of a non-array CXlOper.

Return Value

This function returns the height of an array.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods