Assigns multiple range references to the CXlOper
[C++]
const CXlOper& FromMRef(
const XLREF* axlr,
int cxlr,
DWORD idSheet
);
const CXlOper& FromMRef(
const XLREF* axlr,
int cxlr,
const char* pszSheetName
);
An array of XLREF single range references to be applied to the CXlOper.
The size of the axlr array.
The id of the sheet containing the references in axlr.
The name of the sheet containing the references in axlr.
This function assigns the cell references contained in axlr on the
indicated sheet to the CXlOper, and sets the type of the CXlOper
to be xltypeRef.
Header: xllplus.h