Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / SelectTextFragment Method
An instance of a class describing the fragment to select.

In This Topic
    SelectTextFragment Method
    In This Topic
    Selects the specified text fragment in the document currently loaded in the current C1PreviewPane.
    Syntax
    'Declaration
     
    Public Sub SelectTextFragment( _
       ByVal frag As C1TextFragment _
    ) 
    public void SelectTextFragment( 
       C1TextFragment frag
    )

    Parameters

    frag
    An instance of a class describing the fragment to select.
    See Also