Share via


AutoCorrect Members

Include Protected Members
Include Inherited Members

Contains Microsoft Excel AutoCorrect attributes (capitalization of names of days, correction of two initial capital letters, automatic correction list, and so on).

The AutoCorrect type exposes the following members.

Properties

  Name Description
Public property Application Returns an _Application object that represents the Microsoft Excel application.
Public property AutoExpandListRange A Boolean value indicating whether automatic expansion is enabled for lists.
Public property AutoFillFormulasInLists Affects the creation of calculated columns created by automatic fill-down lists. Read/write Boolean.
Public property CapitalizeNamesOfDays True if the first letter of day names is capitalized automatically.
Public property CorrectCapsLock True if Microsoft Excel automatically corrects accidental use of the CAPS LOCK key.
Public property CorrectSentenceCap True if Microsoft Excel automatically corrects sentence (first word) capitalization.
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property DisplayAutoCorrectOptions Allows the user to display or hide the AutoCorrect Options button. The default value is True.
Public property Parent Returns the parent object for the specified object.
Public property ReplacementList Returns the array of AutoCorrect replacements.
Public property ReplaceText True if text in the list of AutoCorrect replacements is replaced automatically.
Public property TwoInitialCapitals True if words that begin with two capital letters are corrected automatically.

Top

Methods

  Name Description
Public method AddReplacement Adds an entry to the array of AutoCorrect replacements.
Public method DeleteReplacement Deletes an entry from the array of AutoCorrect replacements.

Top

See Also

Reference

AutoCorrect Interface

Microsoft.Office.Interop.Excel Namespace