CustomLabel.SideMargin Property
Word Developer Reference |
Returns or sets the side margin widths (in points) for the specified custom mailing label. Read/write Single.
Syntax
expression.SideMargin
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 left and right margins for each label are 0.75 inch.
Visual Basic for Applications |
---|
|
See Also