[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DataImportOptions

DataImportOptions Class

The options for importing data to a range.

Inheritance
DataImportOptions
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class DataImportOptions
Public Class DataImportOptions

Constructors

Name Description
DataImportOptions()

Properties

Name Description
ColumnsSelector

Selects columns to import. The default behavior is to auto-generate all columns.

IncludeColumnsHeader

Determines whether to include column header as the first row when importing data.

InsufficientSpaceHandling

Determines how to handle insufficient space when importing data.

ItemTypeProvider

Gets item type from the specified IEnumerable. The type is used to generate columns. The default behavior is to try to get the item type from the generic parameter of IEnumerable<T>, then try to get type from the first item of the IEnumerable.