Sets the values in the XLREF
[C++]
void SetRef(
WORD wTop,
BYTE bLeft,
WORD wBottom,
BYTE bRight
);
void SetRef(
WORD wRow,
BYTE bColumn
);
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 method sets the XLREF contained by the CXlRef to reflect the values passed as parameters.
Header: xllplus.h