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
addColumn | Add new column in the custom table |
addRow | Add a new row in the custom table |
getChangedCells | Get all the changed cells of a custom table |
getColumn | Get the column properties |
getNumberOfColumns | Get value of a table cell |
getNumberOfRows | Get the number of rows available in a custom table |
getSelectedRows | Get all the selected rows of a custom table |
getTableCell | Get the properties of a custom table cell |
getValue | Get value of a table cell |
insertColumn | Insert a column at a specific position in the custom table |
insertRow | Insert a row at a specific position in a custom table |
removeColumn | Remove an existing column from a specific position in a custom table |
removeRow | Remove an existing row from a specific position in a custom table |
setTableCell | Set the properties of a custom table cell |
swapRows | Swap two existing rows in a custom table |