...
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}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function ImportData(ByVal data As Object(,)) As Table
{signature}
{parameters}
{param:data}The rectangular array to import the data from.{param}
{returns}The {{Table}} that the data was imported into.{returns}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
The rectangular array to import the data from. |
Returns |
---|
The |
Example | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|