Skip to main content

IChooseFileOptionsPageView.SetNewlineType(CsvNewlineType) Method

If implemented, changes the entry selected in the Newline type editor.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

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