Determines the settings used with the Selection.ChangeCapitalization method. The enumeration contains the following values:

Introduced: 30.0.

Members

Member Description
CapitalizeEachSentence The first letter of each sentence is capitalized.
CapitalizeEachWord The first letter of each word is capitalized.
ToLower All letters are changed to lowercase.
ToUpper All letters are changed to uppercase.
ToggleCase Lowercase letters are changed to uppercase and vice versa.