MailMerge.HeaderSource Property

Header Definition File Path.Represents the element tag in schema: w:headerSource

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

Syntax

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

value = instance.HeaderSource

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.HeaderSource
Returns HeaderSource.

See Also

Reference

MailMerge Class

MailMerge Members

DocumentFormat.OpenXml.Wordprocessing Namespace