XLL+ Class Library

CXllCom::OleGetRangeFormula

Get the value of Range.Formula

[C++]
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()