CustomLabel.VerticalPitch Property
Word Developer Reference |
Returns or sets the vertical distance between the top of one mailing label and the top of the next mailing label. Read/write Single.
Syntax
expression.VerticalPitch
expression An expression that returns a CustomLabel object.
Remarks
If this property is changed to a value that isn't valid for the specified mailing label layout, an error occurs.
Example
This example creates a custom label named "VisitorPass" and defines its layout. The distance between the top edge of one label to the top edge of the next label is 2.17 inches.
Visual Basic for Applications |
---|
|
See Also