AutoCorrect.CorrectDays Property

Returns or sets a value that indicates if Microsoft Word automatically capitalizes the first letter of days of the week.

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

Syntax

'Declaration
Property CorrectDays As Boolean
    Get
    Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean

value = instance.CorrectDays

instance.CorrectDays = value
bool CorrectDays { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace