Worksheet.ScrollTo Method
Name | Parameters | Description |
---|---|---|
ScrollTo(CellRange) | scrolledAreaTopLeftCell | Scrolls the worksheet to the top-left cell of the specified range. |
ScrollTo(Int32, Int32) | rowIndex, columnIndex | Scrolls the worksheet to the specified column and row. |