RC-WinTrans Object Model Help |
ExportWizard.GetLanguagePositionsArray
|
Returns the array of column positions of the language data to be exported.
Syntax: |
GetLanguagePositionsArray(Array As Variant) |
| Parameters: |
Array Array with the column positions of the language data to be exported.
|
| Example: | Dim AryLangPos() As Variant Dim Wiz As New ExportWizard ' initialize wizard [...] If (Wiz.Show) Then Call Wiz.GetLanguagePositionsArray(AryLangPos) ' more actions [...] End If |
| Remarks: | The column order starts with the position number 1. The parameter array has to be declared as an empty dynamic array. |
See also: