XLL+ Class Library (7.0)

CXlRef::SetRef

Sets the values in the CXlRef

void SetRef(
   RW12 rTop,
   COL12 cLeft,
   RW12 rBottom,
   COL12 cRight
);
void SetRef(
   RW12 rRow,
   COL12 cColumn
);

Parameters

rTop

The top row of a range.

cLeft

The left-most column of a range.

rBottom

The bottom row of a range.

cRight

The right-most column of a range.

rRow

The row of a single cell.

cColumn

The column of a single cell.

Remarks

This method sets the XLREF contained by the CXlRef to reflect the values passed as parameters.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods