Skip to main content

CsvDocumentImporterOptions.Culture Property

Gets or sets culture information used to parse imported data.

Namespace: DevExpress.XtraSpreadsheet.Import

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

An object that contains culture-specific settings. The default culture is invariant.

Property Paths

You can access this nested property as listed below:

Object Type Path to Culture
WorkbookImportOptions
.Csv .Culture
See Also