Main Content

getChangedCells

Class:Simulink.dialog.parameter.CustomTable
Package:Simulink.dialog.parameter

Get all the changed cells of a custom table

Syntax

changedCells = tableControl.getChangedCells()

Description

changedCells=tableControl.getChangedCells()gets the properties of a cell in the custom table.

Output Arguments

expand all

Shows the changed cells in a custom table.

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