Assigns a new value to the XLREF, using a variety of input types
[C++]
const CXlRef& operator =(
const XLREF& xlref
);
const CXlRef& operator =(
const char* psz
);
An initialised XLREF or a reference to a CXlRef.
The string address of a cell or a range.
This second form of the operator is equivalent to the FromString() method.
Header: xllplus.h