_Application.AutoCorrect Property
Returns an AutoCorrect object that represents the Microsoft Excel AutoCorrect attributes.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property AutoCorrect As AutoCorrect
Get
'Usage
Dim instance As _Application
Dim value As AutoCorrect
value = instance.AutoCorrect
AutoCorrect AutoCorrect { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.AutoCorrect