DIAdem Help

Method: ShowColumnsDlg for ChannelTable

  • Updated2024-09-12
  • 1 minute(s) read

Method: ShowColumnsDlg for ChannelTable

Opens the dialog box where you specify the columns in a DIAdem VIEW channel table.

Object.ShowColumnsDlg()
ObjectChannelTable
Object with this method

The following example opens the dialog box for the channel definition:

VBScriptPython

 

View.Sheets(1).Areas(1).DisplayObjType = "ChannelTable"
Call View.Sheets(1).Areas(1).DisplayObj.ShowColumnsDlg

Log in to get a better experience