table.ScrollCellIntoView(row, column)
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. |
VB
table.ScrollCellIntoView(25, "Street") table.ScrollCellIntoView(25, 4)