XLL+ Class Library (7.0)

CXlRef::operator =

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
);

Parameters

xlref

An initialised instance of CXlRef, which will be copied.

psz

The string address of a cell or a range.

xlref4

An initialised XLREF4.

xlref12

An initialised XLREF12.

Remarks

This second and third forms of the operator are equivalent to the FromString() method.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods