Edit

Share via


TextRange2.ChangeCase(MsoTextChangeCase) Method

Definition

Changes the case of a TextRange2 object to one of the values in the MsoTextChangeCase enumeration.

public:
 void ChangeCase(Microsoft::Office::Core::MsoTextChangeCase Type);
public void ChangeCase (Microsoft.Office.Core.MsoTextChangeCase Type);
abstract member ChangeCase : Microsoft.Office.Core.MsoTextChangeCase -> unit
Public Sub ChangeCase (Type As MsoTextChangeCase)

Parameters

Type
MsoTextChangeCase

Specifies the type of change to make to the text.

Remarks

Examples of MsoTextChangeCase enumeration include msoCaseLower, msoCaseUpper, and msoCaseTitle.

Applies to