Imports data from a Dataview.

All existing data in the Worksheet is cleared.

Syntax

ISExcelWorksheet.ImportFromDataView(dataView, [includeHeader], [includedColumns], [useColumnCaptions])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISExcelWorksheet
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0