AutoCorrect.Entries Property
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.
Returns a value that indicates a AutoCorrectEntries collection that represents the current list of AutoCorrect entries.
public:
property Microsoft::Office::Interop::Word::AutoCorrectEntries ^ Entries { Microsoft::Office::Interop::Word::AutoCorrectEntries ^ get(); };
public Microsoft.Office.Interop.Word.AutoCorrectEntries Entries { get; }
member this.Entries : Microsoft.Office.Interop.Word.AutoCorrectEntries
Public ReadOnly Property Entries As AutoCorrectEntries
Property Value
Remarks
This list corresponds to the list of AutoCorrect entries on the AutoCorrect tab in the AutoCorrect dialog box (Tools menu).