XLL+ Class Library (7.0)

CXlOper::IsVector

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

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, or if it contains a reference.

Remarks

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

Examples

CXlOper::operator [] Example | CXlOper::VectorCell() Example

Requirements

Header: xllplus.h

See Also

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