XLL+ Class Library (7.0)

CXlRef::CXlRef

Constructs a CXlRef object

CXlRef( );
CXlRef(
   const char* psz
);
CXlRef(
   const wchar_t* psz
);
CXlRef(
   RW12 rTop,
   COL12 cLeft,
   RW12 rBottom,
   COL12 cRight
);
CXlRef(
   RW12 wRow,
   COL12 bColumn
);
CXlRef(
   const XLREF4& xlref4
);
CXlRef(
   const XLREF12& xlref12
);

Parameters

psz

The string address of a cell or a range.

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.

wRow

The row of a single cell.

bColumn

The column of a single cell.

xlref4

An initialised XLREF4.

xlref12

An initialised XLREF12.

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