Description |
---|
Excerpt |
---|
Imports the data from a rectangular array into a Table at the point of the current element in the document. |
Signature | ||||
---|---|---|---|---|
| ||||
public Table ImportData(System.Object[,] data) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Function ImportData(ByVal data As Object(,)) As Table |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The rectangular array to import the data from. |
Returns |
---|
The |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|