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

In This Topic
    FindOptions Class Members
    In This Topic

    The following tables list the members exposed by FindOptions.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FindOptions class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the formatting options associated with the search.  
    Public PropertyGets or sets a value indicating whether the search should ignore case.

    The default is false.

     
    Public PropertyGets 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.

     
    Public PropertyGets or sets a value indicating whether the search should proceed from the end of the search range backwards.

    The default is false.

     
    Public PropertyGets or sets a value indicating whether the search should use InvariantCulture.

    The default is false (CultureInfo.CurrentCulture is used).

     
    Top
    See Also