Method: ShowColumnsDlg for ChannelTable
- Updated2024-09-12
- 1 minute(s) read
DIAdem VIEW > Methods > Method: ShowColumnsDlg for ChannelTable
Method: ShowColumnsDlg for ChannelTable
Opens the dialog box where you specify the columns in a DIAdem VIEW channel table.
Object.ShowColumnsDlg()
Object | ChannelTable Object with this method |
The following example opens the dialog box for the channel definition:
VBScript | Python |
View.Sheets(1).Areas(1).DisplayObjType = "ChannelTable" Call View.Sheets(1).Areas(1).DisplayObj.ShowColumnsDlg