Range.Case Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdCharacterCase Case { Microsoft::Office::Interop::Word::WdCharacterCase get(); void set(Microsoft::Office::Interop::Word::WdCharacterCase value); };
public Microsoft.Office.Interop.Word.WdCharacterCase Case { get; set; }
member this.Case : Microsoft.Office.Interop.Word.WdCharacterCase with get, set
Public Property Case As WdCharacterCase

Property Value

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.

Applies to