---
title: "scrollCellToVisible(atRow:column:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsmatrix/scrollcelltovisible(atrow:column:)"
---

# scrollCellToVisible(atRow:column:)

Scrolls the receiver so the specified cell is visible.

## Declaration

```swift
func scrollCellToVisible(atRow row: Int, column col: Int)
```

## Parameters

- `row`: The row of the cell to make visible.
- `col`: The column of the cell to make visible.

## Discussion

Discussion This method scrolls if the receiver is in a scrolling view and row and column represent a valid cell within the receiver.

## See Also

### Related Documentation

- [scrollToVisible(_:)](appkit/nsview/scrolltovisible(_:).md)

### Scrolling Cells in the Matrix

- [isAutoscroll](appkit/nsmatrix/isautoscroll.md)
- [setScrollable(_:)](appkit/nsmatrix/setscrollable(_:).md)
