AutoCorrectEntry Members
Include Protected Members
Include Inherited Members
Represents a single AutoCorrect entry.
The AutoCorrectEntry type exposes the following members.
Methods
Name | Description | |
---|---|---|
Apply | Replaces a range with the value of the specified AutoCorrect entry. | |
Delete | Deletes the specified object. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Creator | Returns a value that indicates the application in which the specified object was created. | |
Index | Returns a value that represents the position of an item in a collection. | |
Name | Returns or sets the name of the specified object. | |
Parent | Returns the parent object of the specified object. | |
RichText | Returns a value that indicates if formatting is stored with the AutoCorrect entry replacement text. | |
Value | Returns or sets the value of the AutoCorrect entry. |
Top