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 ); |
The string address of a cell or a range.
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.
An initialised XLREF4.
An initialised XLREF12.
This constructor initialises the XLREF contained by the CXlRef to reflect the values passed as parameters.
Header: xllplus.h