Skip to main content

ChooseFileOptionsPageView.SetNewlineType(CsvNewlineType) Method

Changes the entry selected in the Newline type editor.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void SetNewlineType(
    CsvNewlineType newlineType
)

Parameters

Name Type Description
newlineType CsvNewlineType

An CsvNewlineType enumeration value that specifies the line break type in the source CSV file.

See Also