CreateDataTableOptions Properties |
The CreateDataTableOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnHeaders |
Gets or sets a value indicating whether to use first row of extracted data for column headers.
|
![]() | ColumnIndexes |
Gets a list of indexes of columns which will be extracted.
|
![]() | ExtractDataOptions |
Gets or sets ExtractDataOptions.
|
![]() | NumberOfColumns |
Gets or sets the number of columns being extracted from ExcelWorksheet.
|
![]() | NumberOfRows |
Gets or sets the number of rows being extracted from ExcelWorksheet.
|
![]() | Resolution |
Gets or sets the resolution type that specifies how column types will be resolved in created DataTable,
see ColumnTypeResolution.
|
![]() | StartColumn |
Gets or sets the index of the first column of data being extracted from ExcelWorksheet.
|
![]() | StartRow |
Gets or sets the index of the first row of data being extracted from ExcelWorksheet.
|