AutoCorrect.TwoInitialCapsExceptions Property

Returns a TwoInitialCapsExceptions collection that represents the list of terms containing mixed capitalization that Microsoft Word won't correct automatically.

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

Syntax

'Declaration
ReadOnly Property TwoInitialCapsExceptions As TwoInitialCapsExceptions
    Get
'Usage
Dim instance As AutoCorrect
Dim value As TwoInitialCapsExceptions

value = instance.TwoInitialCapsExceptions
TwoInitialCapsExceptions TwoInitialCapsExceptions { get; }

Property Value

Type: Microsoft.Office.Interop.Word.TwoInitialCapsExceptions

Remarks

This list corresponds to the list of AutoCorrect exceptions on the INitial CAps tab in the AutoCorrect Exceptions dialog box (AutoCorrect Options command, Tools menu).

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace