FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1TextSearchManager Class / FindStart Method / FindStart(Int32,Boolean,C1FindTextParams) Method
0-based index of the first page to search.
Indicates whether whole document should be loaded during searching or to the first fragment found.
The text search parameters.

In This Topic
    FindStart(Int32,Boolean,C1FindTextParams) Method
    In This Topic
    Finds the first occurrence of a text in the document.
    Syntax
    'Declaration
     
    Public Overloads Function FindStart( _
       ByVal startPageIndex As Integer, _
       ByVal wholeDocument As Boolean, _
       ByVal findParams As C1FindTextParams _
    ) As C1FoundPosition

    Parameters

    startPageIndex
    0-based index of the first page to search.
    wholeDocument
    Indicates whether whole document should be loaded during searching or to the first fragment found.
    findParams
    The text search parameters.

    Return Value

    The found text position.
    See Also