ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / SearchResult Class / Range Property

In This Topic
    Range Property (SearchResult)
    In This Topic
    Gets or sets the range of the text selected as part of the search result.
    Syntax
    'Declaration
     
    Public Property Range As Range
    public Range Range {get; set;}

    Property Value

    The text range that highlights the specific text found by the search.
    See Also