getValue
Class: Simulink.dialog.parameter.CustomTable
Package: Simulink.dialog.parameter
Syntax
tableCellValue = tableControl.getValue([rowIdx colIdx])
Description
gets the value of a cell in a custom table.tableCellValue
= tableControl
.getValue([rowIdx
colIdx
])
Input Arguments
Output Arguments
Examples
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Get cell value. tableCellValue = tableControl.getValue([2 2]);
ans = 'Input'
Version History
Introduced in R2019a