Returns whether the texts should be put in question marks for the export. This option is only relevant if the "ShowSeparator" is set to True.

Type Info:

WithQuestionMarks as Boolean
Example:
Dim Wiz As New ExportWizard
Dim WithQuestionMarks As String

' initialize wizard
[...]

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

	' more actions
	[...]
End If
Remarks: Read-only property.
See also:

Class ExportWizard

Last Updated: 07/26/05