Returns the separator or gets it. The "ShowSeparator" property must be set to "True" for the use of a separator.

Type Info:

Separator As String
Example:
Dim Wiz As New ImportWizard
Dim Separator As String

' initialize wizard
[...]

Wiz.ShowSeparator = True
Wiz.Separator = ","

If (Wiz.Show) Then
	Separator = Wiz.Separator

	' more actions
	[...]
End If
See also:

Class ImportWizard

Last Updated: 07/26/05