Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |