TextRange2.ChangeCase(MsoTextChangeCase) 方法

定义

将 对象的大小写 TextRange2 更改为枚举中的 MsoTextChangeCase 值之一。

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)

参数

Type
MsoTextChangeCase

指定要对文本所做的更改的类型。

注解

MsoTextChangeCase 枚举的示例包括 msoCaseLowermsoCaseUppermsoCaseTitle

适用于