Main Content
getChangedCells
Class: Simulink.dialog.parameter.CustomTable
Namespace: Simulink.dialog.parameter
Get all the changed cells of a custom table
Syntax
changedCells = tableControl.getChangedCells()
Description
gets the properties of a cell in the custom table.changedCells
= tableControl
.getChangedCells()
Output Arguments
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Get changed cells. changedCell = tableControl.getChangedCells( );
ans = 1×4 cell array {1×2 double} {1×2 double} {1×2 double} {1×2 double} Output: Cell Array Input: None
Version History
Introduced in R2019a