ScrollCellIntoView メソッド (JTable)

クラス

JTable.

処理

指定したセルをビューにスクロールします。

構文

table.ScrollCellIntoView(row, column)
変数 説明
row 行のインデックス。 The value is zero-based.。 Integer
column 列の名前またはインデックス。 ItemIdentifier

table.ScrollCellIntoView(25, "Street")
table.ScrollCellIntoView(25, 4)