Returns the absolute reference of the cells that are offset from a reference by a specified amount
[C++]
static int AbsRef(
CXlOper& xloRef,
const char* ref_text,
const CXlOper& reference = CXlOper::MissingArg()
);
A reference to a CXlOper that will contain the desired data if the function succeeds.
Ref_text specifies a position relative to reference.
Reference is a cell or range of cells specifying a starting point that ref_text uses to locate another range of cells.
Zero if the function has been called successfully; non-zero
if the function could not be called.
See Error codes for a list
of return values.
See the Microsoft Excel on-line Help for full details about
this function.
Header: xlfuncs.h