XLL+ Class Library

CXlMacros::FormulaFill

Enters a formula in the range specified or in the current selection

[C++]
static int FormulaFill(
   const char* formula_text,
   const CXlOper& reference = CXlOper::MissingArg()
);

Parameters

formula_text

Formula_text is the text with which you want to fill the range.

reference

Reference specifies where formula_text is entered.

Return value

Zero if the function has been called successfully; non-zero if the function could not be called. See Error codes for a list of return values.

Remarks

See the Microsoft Excel on-line Help for full details about this function.

Requirements

Header: xlfuncs.h

See Also

CXlMacros Class | CXlMacros Methods