ComponentOne Document Library for WinForms
FindNext Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1TextSearchManager Class : FindNext Method
C1FoundPosition object defines the position from which the search should be started.
Finds the next occurrence of a text in the document.
Syntax
'Declaration
 
Public Function FindNext( _
   ByVal initialPosition As C1FoundPosition _
) As C1FoundPosition

Parameters

initialPosition
C1FoundPosition object defines the position from which the search should be started.

Return Value

The found text position.
See Also

Reference

C1TextSearchManager Class
C1TextSearchManager Members