TextRange2.Find(String, Int32, MsoTriState, MsoTriState) 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.
Recherche un sous-ensemble de texte dans un TextRange2 objet.
public Microsoft.Office.Core.TextRange2 Find (string FindWhat, int After = 0, Microsoft.Office.Core.MsoTriState MatchCase = Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState WholeWords = Microsoft.Office.Core.MsoTriState.msoFalse);
abstract member Find : string * int * Microsoft.Office.Core.MsoTriState * Microsoft.Office.Core.MsoTriState -> Microsoft.Office.Core.TextRange2
Public Function Find (FindWhat As String, Optional After As Integer = 0, Optional MatchCase As MsoTriState = Microsoft.Office.Core.MsoTriState.msoFalse, Optional WholeWords As MsoTriState = Microsoft.Office.Core.MsoTriState.msoFalse) As TextRange2
Paramètres
- FindWhat
- String
Contient le texte à rechercher.
- After
- Int32
Spécifie, dans la plage de texte, la position à partir de laquelle commencer la recherche.
- MatchCase
- MsoTriState
Spécifie si le texte cible doit respecter la casse du texte de recherche.
- WholeWords
- MsoTriState
Indique que la recherche portera uniquement sur des mots entiers.
Retours
TextRange2