AutoCorrect.DisplayAutoCorrectOptions Property
Allows the user to display or hide the AutoCorrect Options button. The default value is True.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayAutoCorrectOptions As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.DisplayAutoCorrectOptions
instance.DisplayAutoCorrectOptions = value
bool DisplayAutoCorrectOptions { get; set; }
Property Value
Type: System.Boolean
Remarks
The DisplayAutoCorrectOptions property is a Microsoft Office-wide setting. Changing this property in Microsoft Excel will affect the other Office applications also.
In Excel the AutoCorrect Options button only appears when a hyperlink is automatically created.