Assigns a new value to the XLREF, using a variety of input types
const CXlRef& operator =( const CXlRef& xlref ); const CXlRef& operator =( const char* psz ); const CXlRef& operator =( const wchar_t* psz ); const CXlRef& operator =( const XLREF4& xlref4 ); const CXlRef& operator =( const XLREF12& xlref12 ); |
An initialised instance of CXlRef, which will be copied.
The string address of a cell or a range.
An initialised XLREF4.
An initialised XLREF12.
This second and third forms of the operator are equivalent to the FromString() method.
Header: xllplus.h