WdReplace Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the number of replacements to be made when find and replace is used.
public enum class WdReplace
[System.Runtime.InteropServices.Guid("739A8B0A-D71D-3C99-84FF-1E3440263312")]
public enum WdReplace
type WdReplace =
Public Enum WdReplace
- Inheritance
-
WdReplace
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdReplaceNone | 0 | Replace no occurrences. |
wdReplaceOne | 1 | Replace the first occurrence encountered. |
wdReplaceAll | 2 | Replace all occurrences. |