XLL+ Class Library

CXllFinder::FindNext

Find the next matching cell

[C++]
BOOL FindNext(
   CXlRef& xlr
);

Parameters

xlr

If the call succeeds, this will contain a reference to the matching cell.

Return value

Returns TRUE if another matching cell is found. Returns FALSE if no more matching cells can be found.

Requirements

Header: xllfinder.h

See Also

CXllFinder Class | CXllFinder Methods