_Application.AutoCorrect 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 an AutoCorrect object that represents the Microsoft Excel AutoCorrect attributes.
public:
property Microsoft::Office::Interop::Excel::AutoCorrect ^ AutoCorrect { Microsoft::Office::Interop::Excel::AutoCorrect ^ get(); };
public Microsoft.Office.Interop.Excel.AutoCorrect AutoCorrect { get; }
Public ReadOnly Property AutoCorrect As AutoCorrect