All existing data in the Worksheet is cleared.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| dataView | DataView | The Dataview to import from. | ||
| includeHeader | Boolean | Optional | If omitted, a value of True is assumed. | |
| includedColumns | ISList | Optional | A list of Columns to import, and in the order to add. If omitted imports all Columns If omitted, a value of Nothing is assumed. | |
| useColumnCaptions | Boolean | Optional | Indicates whether to Use Column Captions rather than Column Names (where specified) when creating the header row for the export. If omitted, a value of False is assumed. |
A Boolean value indicating success.