ComponentOne Document Library for WinForms
FindPrevious Method

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

Parameters

foundPosition
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