XLL+ Class Library

CXlOper::FromMRef

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

Parameters

axlr

An array of XLREF single range references to be applied to the CXlOper.

cxlr

The size of the axlr array.

idSheet

The id of the sheet containing the references in axlr.

pszSheetName

The name of the sheet containing the references in axlr.

Remarks

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.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods