WdReplace Enumeration

Specifies the number of replacements to be made when find and replace is used.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdReplace
'Usage
Dim instance As WdReplace
public enum WdReplace

Members

Member name Description
wdReplaceNone Replace no occurrences.
wdReplaceOne Replace the first occurrence encountered.
wdReplaceAll Replace all occurrences.

See Also

Reference

Microsoft.Office.Interop.Word Namespace