Range.Case Property

Returns or sets a WdCharacterCase constant that represents the case of the text in the specified range.

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

Syntax

'Declaration
Property Case As WdCharacterCase
    Get
    Set
'Usage
Dim instance As Range
Dim value As WdCharacterCase

value = instance.Case

instance.Case = value
WdCharacterCase Case { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdCharacterCase

Remarks

Some of the constants listed above may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace