Assigns multiple range references to the CXlOper
const CXlOper& FromMRef( const CXlRef* axlr, int cxlr, DWORD idSheet ); const CXlOper& FromMRef( const CXlRef* axlr, int cxlr, const char* pszSheetName ); const CXlOper& FromMRef( const CXlRef* axlr, int cxlr, const wchar_t* wpszSheetName ); |
An array of CXlRef 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.
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