MailingLabel.CustomLabels Property
Returns a CustomLabels collection that represents the available custom mailing labels.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CustomLabels As CustomLabels
Get
'Usage
Dim instance As MailingLabel
Dim value As CustomLabels
value = instance.CustomLabels
CustomLabels CustomLabels { get; }
Property Value
Type: Microsoft.Office.Interop.Word.CustomLabels