...
| Description |
|---|
| Excerpt |
|---|
Imports data from an ADO.NET |
...
|
...
|
...
|
| Signature | ||||
|---|---|---|---|---|
| ||||
public Area ImportData(System.Data.DataTable data, Cell cell)
{signature}{signature: |
| Signature | ||||||
|---|---|---|---|---|---|---|
| }
| |||||
Public Function ImportData(ByVal data As System.Data.DataTable, ByVal cell As Cell) As Area
{signature}
{parameters}
{param:data}The {{DataTable}} to import.{param}
{param:startCell}The cell at which to start entering the imported values.{param}
{returns}An [Area|Area] object representing the set of cells populated with the imported values.{returns}
{example}{code:csharp|title=C#} |
| Parameters |
|---|
| Param | ||||
|---|---|---|---|---|
| ||||
The |
| Param | ||||
|---|---|---|---|---|
| ||||
The cell at which to start entering the imported values. |
| Returns |
|---|
An Area object representing the set of cells populated with the imported values. |
| Example | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|