ExcelSourceOptionsViewModel.TrimBlanks Property
Specifies whether to remove all leading and trailing white-space characters from each value in a CSV document.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to remove leading and trailing blanks; otherwise, false. |
See Also