XLL+ Class Library (7.0)

CXlMacros::Paste

Equivalent to choosing the Paste command from the Edit menu

static int Paste(
   const CXlOper& to_reference = CXlOper::MissingArg()
);

Parameters

to_reference

To_reference is a reference to the cell or range of cells where you want to paste what you have copied.

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