CustomLabel Interface

Represents a custom mailing label.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020915-0000-0000-C000-000000000046")> _
Public Interface CustomLabel
'Usage
Dim instance As CustomLabel
[GuidAttribute("00020915-0000-0000-C000-000000000046")]
public interface CustomLabel

Remarks

The CustomLabel object is a member of the CustomLabels collection. The CustomLabels collection contains all the custom mailing labels listed in the Label Options dialog box.

Use CustomLabels(index), where index is the custom label name or index number, to return a single CustomLabel object.

The index number represents the position of the custom mailing label in the CustomLabels collection.

Note

CustomLabel objects are sorted alphabetically in the CustomLabels collection and their index numbers are dynamically reassigned as the contents of the collection change. For that reason, it is safer to refer to a specific CustomLabel object by name rather than by index number.

Use the Add method to create a custom label.

See Also

Reference

CustomLabel Members

Microsoft.Office.Interop.Word Namespace