Replacement Interface 

Represents the replace criteria for a find-and-replace operation.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class eplacementImplementation
    Implements Replacement
End Class
Dim eplacementImplementation1 As New eplacementImplementation()

Syntax

Public Interface Replacement
public interface Replacement
public interface class Replacement
public interface Replacement
public interface Replacement

Remarks

The properties and methods of the Replacement object correspond to the options in the Find and Replace dialog box.

Use the Replacement property to return a Replacement object.

To find and replace formatting, set both the find text and the replace text to empty strings ("") and set the Format argument of the Execute method to True.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Replacement Members