Partager via


CustomLabel.NumberAcross Property

Returns or sets the number of custom mailing labels across a page.

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

Syntax

'Declaration
Property NumberAcross As Integer
    Get
    Set
'Usage
Dim instance As CustomLabel
Dim value As Integer

value = instance.NumberAcross

instance.NumberAcross = value
int NumberAcross { 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.

See Also

Reference

CustomLabel Interface

CustomLabel Members

Microsoft.Office.Interop.Word Namespace