Main Content

Simulink.dialog.parameter.CustomTable class

Package: Simulink.dialog.parameter

Create custom tables programmatically

Description

Instance of Simulink.dialog.parameter.CustomTable class on a mask object to perform the following operations:

  • Create and remove custom tables

  • Insert, remove, and get values of columns.

  • Insert, remove, swap, and add rows.

Methods

addColumnAdd new column in the custom table
addRowAdd a new row in the custom table
getChangedCellsGet all the changed cells of a custom table
getColumnGet the column properties
getNumberOfColumnsGet value of a table cell
getNumberOfRowsGet the number of rows available in a custom table
getSelectedRowsGet all the selected rows of a custom table
getTableCellGet the properties of a custom table cell
getValueGet value of a table cell
insertColumnInsert a column at a specific position in the custom table
insertRowInsert a row at a specific position in a custom table
removeColumnRemove an existing column from a specific position in a custom table
removeRowRemove an existing row from a specific position in a custom table
setTableCellSet the properties of a custom table cell
swapRowsSwap two existing rows in a custom table