TextRange2.ChangeCase(MsoTextChangeCase) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remplace la casse d’un TextRange2 objet par l’une des valeurs de l’énumération 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)
Paramètres
- Type
- MsoTextChangeCase
Spécifie le type de modification à apporter au texte.
Remarques
Exemples d’énumération MsoTextChangeCase : msoCaseLower, msoCaseUpperet msoCaseTitle.