getTableCell
クラス: Simulink.dialog.parameter.CustomTable
名前空間: Simulink.dialog.parameter
カスタム テーブル セルのプロパティを取得
構文
tableCell = tableControl.getTableCell([rowIdx colIdx])
説明
は、カスタム テーブルのセルのプロパティを取得します。tableCell = tableControl.getTableCell([rowIdx colIdx])
入力引数
出力引数
例
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Get cell properties. tableCell = tableControl.getTableCell( [2 2] );
tableCell =
CustomTableParamCellObject with properties:
Value: 'Inherit'
Type: 'popup'
Enabled: 'off'
TypeOptions: {4×1 cell}
tableCell.Value = 'Value'バージョン履歴
R2019a で導入