View.MailMergeDataView Property
True if mail merge data is displayed instead of mail merge fields in the specified window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property MailMergeDataView As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.MailMergeDataView
instance.MailMergeDataView = value
bool MailMergeDataView { get; set; }
Property Value
Type: System.Boolean
Remarks
If the specified window isn't a main document, an error occurs.