ScrollCellIntoView Method (JTable)

Class

JTable class

Action

Scrolls the specified cell into view.

Syntax

table.ScrollCellIntoView(row, column)
Variable Description
row The index of the row. The value is one-based. INTEGER.
column The name or index of the column. LISTITEM.

Examples

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