Skip to main content
A newer version of this page is available. .

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

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