XLL+ Class Library

CXlRef::SetRef

Sets the values in the XLREF

[C++]
void SetRef(
   WORD wTop,
   BYTE bLeft,
   WORD wBottom,
   BYTE bRight
);
void SetRef(
   WORD wRow,
   BYTE bColumn
);

Parameters

wTop

The top row of a range.

bLeft

The left-most column of a range.

wBottom

The bottom row of a range.

bRight

The right-most column of a range.

wRow

The row of a single cell.

bColumn

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