Skip to main content

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

public enum CsvImportCellIndexStrategy

Members

Name Description
Stop

Stop import.

Throw

Throws InvalidOperationException.

Related API Members

See Also