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

# drawCell(atRow:column:)

Displays the cell at the specified row and column.

## Declaration

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

## Parameters

- `row`: The row containing the cell to draw.
- `col`: The column containing the cell to draw.

## See Also

### Related Documentation

- [drawCell(_:)](appkit/nscontrol/drawcell(_:).md)
- [drawCellInside(_:)](appkit/nscontrol/drawcellinside(_:).md)

### Displaying and Highlighting Cells

- [highlightCell(_:atRow:column:)](appkit/nsmatrix/highlightcell(_:atrow:column:).md)
