Class: Simulink.dialog.parameter.CustomTable
Package: Simulink.dialog.parameter
Get the column properties
FetchColumn = tableControl.getColumn(column)
fetches
the information from the specified column of the custom table.FetchColumn
= tableControl
.getColumn(column
)
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Get properties of column 3. tableControl.getColumn(3);
ans = TableParamColumnInfo with properties: Name: 'Data Type' Type: 'popup' Enabled: 'on' TypeOptions: {4×1 cell}