TxtDocumentImporterOptions.Culture Property
Gets or sets culture information used to parse imported data.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
See Also