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.v24.1.dll

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

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
public bool TrimBlanks { get; set; }

Property Value

Type Description
Boolean

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

See Also