[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.FindNext

FindNext Method

FindNext(object)

Continues a search that was begun with the Find(object, object, FindLookIn, LookAt, SearchOrder, SearchDirection, bool) method. Finds the next cell that matches those same conditions and returns a Range object that represents that cell.

Declaration
IRange FindNext(object after = null)
Function FindNext(Optional after As Object = Nothing) As IRange
Parameters
Type Name Description
object after

The cell after which you want to search. The search begins after this cell; the specified cell is not searched until the method wraps back around to this cell. If this argument is not specified, the search starts after the cell in the upper-left corner of the range.

Returns
Type Description
IRange

An IRange object that represents the first cell where that information is found.