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.
This enumeration groups together constants used with various Microsoft Word methods.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdConstants
'Usage
Dim instance As WdConstants
public enum WdConstants
Members
| Member name | Description | |
|---|---|---|
| wdUndefined | Represents an undefined value. | |
| wdToggle | Toggles a property's value. | |
| wdForward | Indicates that selection will be extended forward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object. | |
| wdBackward | Indicates that selection will be extended backward using the MoveStartUntil or MoveStartWhile method of the Range or Selection object. | |
| wdAutoPosition | Represents the Auto value for the specified setting. | |
| wdFirst | Represents the first item in a collection. | |
| wdCreatorCode | Represents the creator code for objects created by Microsoft Word. |