TextRange2.ChangeCase(MsoTextChangeCase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.