...
| Description |
|---|
| Excerpt | ||||
|---|---|---|---|---|
Imports data from an
|
...
|
| Signature | ||||
|---|---|---|---|---|
| ||||
public Area ImportData(System.Data.IDataReader data, Cell cell, DataImportProperties props)
{signature}{signature: |
| Signature | ||||||
|---|---|---|---|---|---|---|
| }
| |||||
Public Function ImportData(ByVal data As System.Data.IDataReader, ByVal cell As Cell, ByVal props As DataImportProperties) As Area
{signature}
{parameters}
{param:data}An instance of {msdn: |
| Parameters |
|---|
| Param | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
An instance of
. |
| Param | ||||
|---|---|---|---|---|
| ||||
The cell at which to start entering the imported values. |
| Param | ||||
|---|---|---|---|---|
| ||||
A DataImportProperties object that contains a set of properties that will determine the behavior of the data import. |
| Returns |
|---|
An Area object representing the set of cells populated with the imported values. |
| Example | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|