XLL+ Class Library (7.0)

CXllCom::OleGetRangeFormula

Get the value of Range.Formula

static HRESULT OleGetRangeFormula(
   LPDISPATCH dispRange,
   CString& strFormula
);

Parameters

dispRange

The range to be recalculated.

strFormula

If the function is successful, the value of Range.Formula will be placed here.

Requirements

Header: xlpcom.h

See Also

CXllCom Class | CXllCom Methods | CXllCom::OleGetRangeValue() | CXllCom::OleGetRangeAddress()