Skip to main content

IChooseFileOptionsPageView.SetValueSeparator(Char) Method

If implemented, changes the entry selected in the Value separator editor.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

void SetValueSeparator(
    char separator
)

Parameters

Name Type Description
separator Char

A character used to separate values in the selected CSV file.

See Also