Document.DataForm Method (2007 System)
Displays the Data Form dialog box, in which you can add, delete, or modify data records.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public Sub DataForm
'Usage
Dim instance As Document
instance.DataForm()
public void DataForm()
public:
void DataForm()
public function 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.