Main Content
addColumn
Class: Simulink.dialog.parameter.CustomTable
Namespace: Simulink.dialog.parameter
Add new column in the custom table
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