setTableCell
Class: Simulink.dialog.parameter.CustomTable
Package: Simulink.dialog.parameter
Set the properties of a custom table cell
Syntax
tableCell = tableControl.setTableCell([rowIdx colIdx], Type customtable, Evaluate, off)
Description
sets the specified properties of a cell in a custom table.tableCell
= tableControl
.setTableCell([rowIdx
colIdx
], Type
customtable
, Evaluate
, off
)
Input Arguments
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Get cell properties. tableCell = tableControl.setTableCell([2 2]);