addColumn
Class: Simulink.dialog.parameter.CustomTable
Package: Simulink.dialog.parameter
Syntax
tableControl.addColumn(Name, Value)
Description
adds a column with the specified properties in the custom table.tableControl
.addColumn(Name, Value
)
Input Arguments
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Add column. tableControl.addColumn( 'Name', 'HDL Name', 'Type', 'edit' );
Version History
Introduced in R2019a