Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

Declaration

public enum CsvImportCellIndexStrategy

Members

Name Description
Stop

Stop import.

Throw

Throws InvalidOperationException.

Related API Members

See Also