MailMerge.SuppressBlankLines Property

Definition

Determines if blank lines are suppressed when mail merge fields in a mail merge main document are empty.

public:
 property bool SuppressBlankLines { bool get(); void set(bool value); };
public bool SuppressBlankLines { get; set; }
member this.SuppressBlankLines : bool with get, set
Public Property SuppressBlankLines As Boolean

Property Value

Remarks

This property returns True if blank lines are suppressed, and False if not. Set the property value to True or False to enable or disable the functionality.

Applies to