XLL+ Class Library

CXlRef::operator =

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

Parameters

xlref

An initialised XLREF or a reference to a CXlRef.

psz

The string address of a cell or a range.

Remarks

This second form of the operator is equivalent to the FromString() method.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods