CsvImportCellIndexStrategy Enum
Lists actions which can be performed when an incorrect column or row index is encountered during import.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
| Name | Description |
|---|---|
Stop
|
Stop import. |
Throw
|
Throws InvalidOperationException. |
Related API Members
The following properties accept/return CsvImportCellIndexStrategy values:
| Library | Related API Members |
|---|---|
| WPF Controls | SpreadsheetCsvImportOptions.CellIndexOutOfRangeStrategy |
| SpreadsheetTxtImportOptions.CellIndexOutOfRangeStrategy | |
| Office File API | CsvDocumentImporterOptions.CellIndexOutOfRangeStrategy |
| TxtDocumentImporterOptions.CellIndexOutOfRangeStrategy |
See Also