Phonetics.Add(Int32, Int32, String) 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.
Ajoute du texte phonétique à la cellule spécifiée.
public:
void Add(int Start, int Length, System::String ^ Text);
public void Add (int Start, int Length, string Text);
Public Sub Add (Start As Integer, Length As Integer, Text As String)
Paramètres
- Start
- Int32
Argument de type Integer obligatoire. Position qui représente le premier caractère dans la cellule spécifiée.
- Length
- Int32
Argument de type Integer obligatoire. Nombre de caractères entre la Start
position et la fin du texte dans la cellule.
- Text
- String
Argument de type String obligatoire. Caractères regroupés représentant le texte phonétique contenu dans la cellule.