XLL+ Class Library

CXlRef::CXlRef

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
);

Parameters

xlref

An initialised XLREF or a reference to a CXlRef.

psz

The string address of a cell or a range.

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 constructor initialises the XLREF contained by the CXlRef to reflect the values passed as parameters.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods