setTableCell
クラス: Simulink.dialog.parameter.CustomTable
名前空間: Simulink.dialog.parameter
カスタム テーブル セルのプロパティの設定
構文
tableCell = tableControl.setTableCell([rowIdx colIdx],Type,customtable,Evaluate,off)
説明
は、カスタム テーブルのセルの指定したプロパティを設定します。tableCell = tableControl.setTableCell([rowIdx colIdx],Type,customtable,Evaluate,off)
入力引数
名前と値の引数
例
% Get block mask handle. maskObj = Simulink.Mask.get(gcb); % Get custom table handle. tableControl = maskObj.getDialogControl('myTable'); % Set cell properties. tableControl.setTableCell([2 2], 'Type','edit','Value','1024');
バージョン履歴
R2019a で導入