RC-WinTrans Object Model Help |
ImportWizard.PositionResname
|
Type Info: |
PositionResname As Long |
| Example: | Dim Wiz As New ImportWizard 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 is not relevant for the import. |