MailMerge.SuppressBlankLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.