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

IChooseFileOptionsPageView.SetValueSeparator(Char) Method

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

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

void SetValueSeparator(
    char separator
)

Parameters

Name Type Description
separator Char

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

See Also