Class DataTableImportOptions
Inheritance
System.Object
DataTableImportOptions
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 |
|