CsvSourceOptions.TrimBlanks Property
Gets or sets whether to remove all leading and trailing white-space characters from each value in the CSV document.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to remove leading and trailing blanks; otherwise, false. |
See Also