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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum CsvImportCellIndexStrategy

Members

Name Description
Stop

Stop import.

Throw

Throws InvalidOperationException.

Related API Members

See Also