XLL+ Class Library (7.0)

CXlOper::FromSRef

Assigns a single range reference to the CXlOper

const CXlOper& FromSRef(
   const CXlRef& xlr,
   bool clear
);

Parameters

xlr

Range reference to be applied to the CXlOper.

clear

If clear is false, then the current contents of the CXlOper will not be destroyed. Since this may cause memory leaks, it should be used with care

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