Returns the column position of the resource name data.

Type Info:

PositionResname As Long
Example:
Dim Wiz As New ExportWizard
Dim Pos As Long

' initialize wizard
[...]

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

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

The column order starts with the position number 1. If the property "PositionResname" is zero the resource name will not be exported.

See also:

Class ExportWizard

Last Updated: 07/26/05