ScrollCellIntoView Method (JTable)

Class

JTable.

Action

Scrolls the specified cell into view.

Syntax

table.ScrollCellIntoView(row, column)
Variable Description
row The index of the row. The value is zero-based. Integer.
column The name or index of the column. ItemIdentifier.

Examples

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