MailMergeDataField.Value Property

Returns the contents of the mail merge data field for the current record.

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

Syntax

'Declaration
ReadOnly Default Property Value As String
    Get
'Usage
Dim instance As MailMergeDataField
Dim value As String

value = instance
string this { get; }

Property Value

Type: System.String

Remarks

Use the ActiveRecord property to set the active record in a mail merge data source.

See Also

Reference

MailMergeDataField Interface

MailMergeDataField Members

Microsoft.Office.Interop.Word Namespace