_Document.DataForm Method

Displays the Data Form dialog box, in which you can add, delete, or modify data records.

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

Syntax

'Declaration
Sub DataForm
'Usage
Dim instance As _Document

instance.DataForm()
void DataForm()

Remarks

You can use this method with a mail merge main document, a mail merge data source, or any document that contains data delimited by table cells or separator characters.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace