AutoTextEntries.Add(String, Range) Méthode

Définition

Ajoute une insertion automatique à la liste des insertions automatiques 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 insérée chaque fois que vous Name tapez.

Range
Range

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

Retours

AutoTextEntry

S’applique à