CaptionLabels.Add(String) Method

Definition

Adds a CaptionLabel object that represents a custom caption label to the CaptionLabels collection.

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

Parameters

Name
String

The name of a CaptionLabel object.

Returns

Applies to