Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1FoundPosition Class / GetStart Method

In This Topic
    GetStart Method
    In This Topic
    Returns C1DocumentTextPosition object defining start of searched text.
    Syntax
    'Declaration
     
    Public MustOverride Function GetStart() As C1DocumentTextPosition
    public abstract C1DocumentTextPosition GetStart()

    Return Value

    C1DocumentTextPosition object defining start of searched text.
    See Also