Returns TRUE if the CXlOper contains 1 row and/or 1 column
bool IsVector( ) const; |
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.
Use this function to determine whether VectorCell() and GetVectorCount() can be used on the CXlOper.
CXlOper::operator [] Example | CXlOper::VectorCell() Example
Header: xllplus.h