MailMerge.DoNotSuppressBlankLines Property

Remove Blank Lines from Merged Documents.Represents the element tag in schema: w:doNotSuppressBlankLines

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property DoNotSuppressBlankLines As DoNotSuppressBlankLines
    Get
    Set
'Usage
Dim instance As MailMerge
Dim value As DoNotSuppressBlankLines

value = instance.DoNotSuppressBlankLines

instance.DoNotSuppressBlankLines = value
public DoNotSuppressBlankLines DoNotSuppressBlankLines { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines
Returns DoNotSuppressBlankLines.

See Also

Reference

MailMerge Class

MailMerge Members

DocumentFormat.OpenXml.Wordprocessing Namespace