CaptionLabels.Add(String) Método

Definición

Agrega un CaptionLabel objeto que representa una etiqueta de subtítulo personalizada a la CaptionLabels colección.

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

Parámetros

Name
String

Nombre de un objeto CaptionLabel .

Devoluciones

Se aplica a