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

In This Topic
    SearchBackwards Property
    In This Topic
    Gets or sets a value indicating whether the search should proceed from the end of the search range backwards.

    The default is false.

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