TextRange2.ChangeCase(MsoTextChangeCase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 对象的大小写 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 枚举的示例包括 msoCaseLower、 msoCaseUpper和 msoCaseTitle。