Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[DefaultValue(true)]
public bool TrimBlanks { get; set; }

Property Value

Type Default Description
Boolean true

true, to remove leading and trailing blanks; otherwise, false.

See Also