AutoCorrect Interface

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208D4-0000-0000-C000-000000000046")> _
Public Interface AutoCorrect
'Usage
Dim instance As AutoCorrect
[InterfaceTypeAttribute()]
[GuidAttribute("000208D4-0000-0000-C000-000000000046")]
public interface AutoCorrect

Remarks

Use the AutoCorrect property to return the AutoCorrect object.

See Also

Reference

AutoCorrect Members

Microsoft.Office.Interop.Excel Namespace