Signature:
public Table ImportData ( Object[,] data
)
Description:
Imports the data from a rectangular array into a Table at the point of the current element in the document.
Parameters:
|
data |
The rectangular array to import the data from. |
Returns:
Table
The
Table that the data was imported into.
Examples:
[csharp]
Table tbl = e.ImportData(rectArray);
[vbnet]
Dim tbl As Table = e.ImportData(rectArray);

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.