XLL+ Class Library

CXlRef::Right

Returns a reference to the rightmost column number of the reference

[C++]
BYTE& Right();
BYTE Right() const;

Return value

A reference to, or the value of, the right column number of the XLREF.

Remarks

This function can be used to update and to read the value contained in the XLREF.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods