XLL+ Class Library

CXllFinder::SetCurrentValue

Set the value of the curremt matching cell

[C++]
BOOL SetCurrentValue(
   const CXlOper& xloValue
);

Parameters

xloValue

The value to be set into the current matching cell.

Return value

The call will fail if there is no current match or if the supplied value is invalid.

Requirements

Header: xllfinder.h

See Also

CXllFinder Class | CXllFinder Methods