CsvExportOptions.GetActualSeparator() Method
Returns the character(s) used as text separators for CSV export.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Returns
Type | Description |
---|---|
String | A String value, specifying the actual separator character(s). |
Remarks
The CsvExportOptions.UseCustomSeparator property specifies whether to use the default system or a custom separator character for CSV export.
See Also