XLL+ Class Library

CXlOper::FromSRef

Assigns a single range reference to the CXlOper

[C++]
const CXlOper& FromSRef(
   const XLREF& xlr
);

Parameters

xlr

Range reference to be applied to the CXlOper.

Remarks

This function assigns the range reference contained in xlr to the CXlOper, and sets the type of the CXlOper to be xltypeSRef.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods