CustomLabel.NumberDown Property
Returns or sets the number of custom mailing labels down the length of a page.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NumberDown As Integer
Get
Set
'Usage
Dim instance As CustomLabel
Dim value As Integer
value = instance.NumberDown
instance.NumberDown = value
int NumberDown { get; set; }
Property Value
Type: System.Int32
Remarks
If this property is changed to a value that isn't valid for the specified mailing label layout, an error occurs.