MailMerge.SuppressBlankLines Property

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

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

Syntax

'Declaration
Property SuppressBlankLines As Boolean
    Get
    Set
'Usage
Dim instance As MailMerge
Dim value As Boolean

value = instance.SuppressBlankLines

instance.SuppressBlankLines = value
bool SuppressBlankLines { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

MailMerge Interface

MailMerge Members

Microsoft.Office.Interop.Word Namespace