CustomLabels.Add(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.