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

In This Topic
    MatchWholeWord Property (FindOptions)
    In This Topic
    Gets or sets a value indicating whether [match whole word].
    Syntax
    'Declaration
     
    Public Property MatchWholeWord As Boolean
    public bool MatchWholeWord {get; set;}

    Property Value

    true if [match whole word]; otherwise, false.
    See Also