AutoCorrect.TwoInitialCapsAutoAdd Property
Returns or sets a value that indicates whether to automatically add words to the list of AutoCorrect Initial Caps exceptions.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TwoInitialCapsAutoAdd As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.TwoInitialCapsAutoAdd
instance.TwoInitialCapsAutoAdd = value
bool TwoInitialCapsAutoAdd { get; set; }
Property Value
Type: System.Boolean
Remarks
A word is added to this list if you delete and then retype the uppercase letter (following the initial uppercase letter) that Microsoft Word changed to lowercase.