AutoCorrect.TwoInitialCapsExceptions Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::TwoInitialCapsExceptions ^ TwoInitialCapsExceptions { Microsoft::Office::Interop::Word::TwoInitialCapsExceptions ^ get(); };
public Microsoft.Office.Interop.Word.TwoInitialCapsExceptions TwoInitialCapsExceptions { get; }
member this.TwoInitialCapsExceptions : Microsoft.Office.Interop.Word.TwoInitialCapsExceptions
Public ReadOnly Property TwoInitialCapsExceptions As TwoInitialCapsExceptions

Property Value

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).

Applies to