Return the column position of the source hotkey data

Type Info:

PositionSourceHotkey as Long
Example:
Dim Wiz As New ExportWizard
Dim Pos As Long

' initialize wizard
[...]

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

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

The column order starts with the position number 1. If the property "PositionSourceHotkey" is zero the hotkeys will not be exported.

See also:

Class ExportWizard

Last Updated: 07/25/05