XLL+ Class Library

CXlOper::IsVector

Returns TRUE if the CXlOper contains 1 row and/or 1 column

[C++]
BOOL IsVector() const;

Return value

This function returns TRUE if the CXlOper contains either a single cell or an array with one column and/or one row. It returns FALSE if the CXlOper contains more than row and more than column.

Remarks

Use this function to determine whether VectorCell() and GetVectorCount() can be used on the CXlOper.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods | CXlOper::VectorCell()