CustomLabels.Add(String, Object) 方法

定义

将自定义邮件标签添加到集合。CustomLabels

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

参数

Name
String

必需的 字符串 。 自定义邮件标签的名称。

DotMatrix
Object

可选 对象True 在点阵式打印机上打印邮件标签。

返回

适用于