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

WorkbookImportOptions.Csv Property

Provides access to options specific for importing documents in CSV format.

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public CsvDocumentImporterOptions Csv { get; }

Property Value

Type Description
CsvDocumentImporterOptions

A CsvDocumentImporterOptions object containing import settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Csv
WinForms Controls SpreadsheetControlOptions
.Import .Csv
Office File API DocumentOptions
.Import .Csv
WorkbookOptions
.Import .Csv
See Also