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.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to remove leading and trailing blanks; otherwise, false. |
See Also