Object: ChannelTable
- Updated2024-09-12
- 1 minute(s) read
(Area | Areas | BirdsEyeView | Bode | Cascade | ChannelTable | Contour | CurveChart2D | Dialog | DisplayObj | Map | Orbit | Picture | Polar | ShaftCenterline | Sheet | TextBox | Video) > Area > Object: ChannelTable
Object: ChannelTable
The ChannelTable object provides a channel table in DIAdem VIEW. In the ChannelTable object you display channel values and attributes and edit data.
The following example creates a channel table with a column:
| VBScript | Python |
Dim oMySheet, oMyChart Call View.Sheets.RemoveAll() Call View.NewLayout() Set oMySheet = View.ActiveSheet oMySheet.Name = "MySheet" oMySheet.ActiveArea.DisplayObjType = "ChannelTable" Set oMyChart = oMySheet.ActiveArea.DisplayObj Call oMyChart.Columns.Add("[1]/[1]")
Properties
ActiveColumn | ActiveRow | Alignment | Area | Columns | ColumnsFrozen | CurrColumn | CursorMode | DynamicMode | DynamicModeGroupName | Font | HeaderItems | Highlight | IndexColumnWidth | NumFormat | TimeFormat | ToolbarVisible
Methods
GoToEndOfLongestColumn | SetActiveCell | ShowColumnsDlg | ShowGoToDlg | ShowPrintDlg | ShowPropertiesDlg | ShowSettingsDlg