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.v26.1.Core.dll
Declaration
Members
| Name | Description |
|---|---|
Stop
|
Stop import. |
Throw
|
Throws InvalidOperationException. |
Related API Members
The following properties accept/return CsvImportCellIndexStrategy values:
See Also