FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1TextSearchManager Class / FindStart Method / FindStart(Int32,SearchScope,C1FindTextParams) Method
0-based index of the first page to search.
The search scope.
The text search parameters.

In This Topic
    FindStart(Int32,SearchScope,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 scope As SearchScope, _
       ByVal findParams As C1FindTextParams _
    ) As C1FoundPosition

    Parameters

    startPageIndex
    0-based index of the first page to search.
    scope
    The search scope.
    findParams
    The text search parameters.

    Return Value

    The found text position.
    See Also