RC-WinTrans Object Model Help |
ImportWizard.PositionRestype
|
Type Info: |
PositionRestype As Long |
| Example: | Dim Wiz As New ImportWizard Dim Pos As Long ' initialize wizard [...] If (Wiz.Show) Then Pos = Wiz.PositionRestype ' more actions [...] End If |
| Remarks: | Read-only property. The column order starts with the position number 1. If the property "PositionRestype" is zero the resource type is not relevant for the import. |