ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / FindOptions Class / MatchWholeWord Property

In This Topic
    MatchWholeWord Property
    In This Topic
    Gets or sets whether to search for whole words only.
    Syntax
    'Declaration
     
    Public Property MatchWholeWord As Boolean
    public bool MatchWholeWord {get; set;}

    Property Value

    true if to search for whole words only; otherwise, false.
    See Also