Returns the column position of the source file name data.

Type Info:

PositionSourceFilename As Long
Example:
Dim Wiz As New ImportWizard
Dim Pos As Long

' initialize wizard
[...]

If (Wiz.Show) Then
	Pos = Wiz.PositionSourceFilename

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

The column order starts with the position number 1. If the property "PositionSourceFilename" is zero the source file name is not relevant for the import.

See also:

Class ImportWizard

Last Updated: 07/26/05