getChangedCells
Class: Simulink.dialog.parameter.CustomTable
Namespace: Simulink.dialog.parameter
Get all the changed cells of a custom table
Syntax
changedCells = tableControl.getChangedCells()
Description
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: NoneVersion History
Introduced in R2019a