Show / Hide Table of Contents

Class DataTableImportOptions

Inheritance
System.Object
ImportOptions
DataTableImportOptions
DataViewImportOptions
Inherited Members
ImportOptions.Overwrite
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataTableImportOptions : ImportOptions

Constructors

DataTableImportOptions()

Declaration
public DataTableImportOptions()

Properties

DataColumnsToImport

Declaration
public DataColumn[] DataColumnsToImport { get; set; }
Property Value
Type Description
DataColumn[]

ImportColumnNames

Gets or sets whether to import the column names as the first row. Default is true.

Declaration
public bool ImportColumnNames { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX