AutoCorrect.CorrectSentenceCaps Property
Returns or sets a value that indicates if Microsoft Word automatically capitalizes the first letter in each sentence.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property CorrectSentenceCaps As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.CorrectSentenceCaps
instance.CorrectSentenceCaps = value
bool CorrectSentenceCaps { get; set; }
Property Value
Type: System.Boolean