Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FindOptions Class / RegularExpressions Property

In This Topic
    RegularExpressions Property
    In This Topic
    Gets or sets a value indicating whether the search should use regular expressions. If true, the search pattern represents a .NET regular expression (see System.Text.RegularExpressions.Regex for details).

    The default is false.

    Syntax
    'Declaration
     
    Public Property RegularExpressions As System.Boolean
    public System.bool RegularExpressions {get; set;}
    See Also