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

In This Topic
    IgnoreCase Property
    In This Topic
    Gets or sets a value indicating whether the search should ignore case.

    The default is false.

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