IDMNodeHelper.VarSelDialogFromSpreadsheet1

Helper function to display a single var selection dialog. Can be called from IDMNode::Edit.

Syntax Parameters Return Value
Function IDMNodeHelper.VarSelDialogFromSpreadsheet1( _
    Spreadsheet As Spreadsheet, _
    hwndParent As Long, _
    flags As Integer, _
    varsToInclude As Variant, _
    windowCaption As String, _
    editCaption As String, _
    measureTypeFlags As Long, _
    nMinSel As Long, _
    nMaxSel As Long, _
    ByRef vars As Variant) As Boolean
  • Spreadsheet [in]

Type: Spreadsheet

  • hwndParent [in]

Type: Long

  • flags [in]

Type: Integer

  • varsToInclude [in]

Type: Variant

  • windowCaption [in]

Type: String

  • editCaption [in]

Type: String

  • measureTypeFlags [in]

Type: Long

  • nMinSel [in]

Type: Long

  • nMaxSel [in]

Type: Long

  • vars [in,out]

Type: Variant

Boolean