Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > Element > ImportData

ImportData Method



Signature:

public Table ImportData ( System.Data.DataTable data )

Description:

Imports data from a DataTable into a Table at the point of this Element in the document.

Parameters:

data     Contains the data to be imported.

Returns:

Table The Table that the data was imported into.

Examples:

[csharp]
Table tbl = e.ImportData(dt);
[vbnet]
Dim tbl As Table = e.ImportData(dt)



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.