SelectRow メソッド (JTable)

クラス

JTable.

処理

指定した行を選択します。

構文

table.SelectRow(row, [clearSelection])
変数 説明
row 選択する行。 The value is zero-based.。 Integer
clearSelection 省略可能: 前の選択をクリアするかどうか。 デフォルト値は true です。 Boolean

table.SelectRow(1, False)