Share via


AutoTextEntries.Add(String, Range) Méthode

Définition

Ajoute une entrée d’insertion automatique à la liste des entrées d’insertion automatique disponibles.

public:
 Microsoft::Office::Interop::Word::AutoTextEntry ^ Add(System::String ^ Name, Microsoft::Office::Interop::Word::Range ^ Range);
public Microsoft.Office.Interop.Word.AutoTextEntry Add (string Name, Microsoft.Office.Interop.Word.Range Range);
abstract member Add : string * Microsoft.Office.Interop.Word.Range -> Microsoft.Office.Interop.Word.AutoTextEntry
Public Function Add (Name As String, Range As Range) As AutoTextEntry

Paramètres

Name
String

Plage de texte qui sera insérée chaque fois qu’il Name est tapé.

Range
Range

Texte dont la saisie provoque une entrée Texte Auto.

Retours

S’applique à