Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FindReplaceOptions Class / FindReplaceOptions Constructor
The target document for the find/replace operation.

In This Topic
    FindReplaceOptions Constructor
    In This Topic
    Initializes a new instance of the FindReplaceOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal document As DocumentBase _
    )
    public FindReplaceOptions( 
       DocumentBase document
    )

    Parameters

    document
    The target document for the find/replace operation.
    See Also