Main Content
addRow
Class: Simulink.dialog.parameter.CustomTable
Namespace: Simulink.dialog.parameter
Add a new row in the custom table
Syntax
NewRow = tableControl.addRow(RowValue)
Description
adds a row with the specified properties in the custom table. NewRow
= tableControl
.addRow(RowValue
)
Input Arguments
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Add a row with six column values. tableControl.addRow( 'sig5', 'Input', 'Inherit', 'Inherit', 'on', 'Inherit' );
Version History
Introduced in R2019a