CustomLabels.Add(String, Object) Method

Definition

Adds a custom mailing label to the CustomLabels collection.

public Microsoft.Office.Interop.Word.CustomLabel Add (string Name, ref object DotMatrix);
abstract member Add : string * obj -> Microsoft.Office.Interop.Word.CustomLabel
Public Function Add (Name As String, Optional ByRef DotMatrix As Object) As CustomLabel

Parameters

Name
String

Required String. The name for the custom mailing labels.

DotMatrix
Object

Optional Object. True to have the mailing labels printed on a dot-matrix printer.

Returns

Applies to