DIAdem Help

Object: Table

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

Object: Table

The Text object corresponds to the Table control in a user dialog box. You use the Table object to define a table to be displayed in the user dialog box. Use the Cells property to specify the table values and use the Columns property to assign table columns to vector variables or matrix variables.

Note  Use the XTable control to display an extended table. In an extended table you can assign a specific control type to each individual column of the extended table. In the extended table you can display buttons, selection lists, channel selection lists, input fields, texts, or check boxes.

The following example specifies the color of the Table1 titles using the VBS color constant vbBlue:

Table1.TitleFontColor = vbBlue

Properties Only Available on the Properties Tab

Flex | Layer