Main Content
getColumn
Class: Simulink.dialog.parameter.CustomTable
Namespace: Simulink.dialog.parameter
Get the column properties
Syntax
FetchColumn = tableControl.getColumn(column)
Description
fetches
the information from the specified column of the custom table.FetchColumn
= tableControl
.getColumn(column
)
Input Arguments
Output Arguments
Examples
% 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}
Version History
Introduced in R2019a