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 ( Object[][] data )

Description:

Imports the data from a 2-dimensional array into a Table at the point of the current element in the document.

Parameters:

data     A 2-dimensional array from which to import the data from.

Returns:

Table The Table that the data was imported into.

Examples:

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



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.