Convert a CXlOper from one data type to another
int ChangeType( WORD xltype, const CXlOper* lpxlopSource = 0 ); |
The type desired. This should be one of the xltype values listed in CXlOper data types.
The source of the conversion. If lpxlopSource is 0, then the destination CXlOper (*this) will be converted in place.
The result of the SDK call-back. xlretSuccess (0) indicates success. Other values indicate failure. A full list of return values can be found in Error Codes.
This function converts a CXlOper from its current data type to another.
Header: xllplus.h