Constructs a CXlRef object
[C++]
CXlRef();
CXlRef(
const XLREF& xlref
);
CXlRef(
const char* psz
);
CXlRef(
WORD wTop,
BYTE bLeft,
WORD wBottom,
BYTE bRight
);
CXlRef(
WORD wRow,
BYTE bColumn
);
An initialised XLREF or a reference to a CXlRef.
The string address of a cell or a range.
The top row of a range.
The left-most column of a range.
The bottom row of a range.
The right-most column of a range.
The row of a single cell.
The column of a single cell.
This constructor initialises the XLREF contained by the CXlRef to reflect
the values passed as parameters.
Header: xllplus.h