dataGrid.ScrollIntoView(column, row)
dataGrid.ScrollIntoView(column, row)
Variable | Description |
---|---|
column | The index of the column. The value is zero-based. Integer. |
row | The index of the row. The value is zero-based. Integer. |