---
title: "updateCellInside(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nscontrol/updatecellinside(_:)"
---

# updateCellInside(_:)

Marks the inside of the specified cell as in need of redrawing.

## Declaration

```swift
func updateCellInside(_ cell: NSCell)
```

## Parameters

- `cell`: The cell to redraw.

## See Also

### Deprecated Methods

- [selectedCell()](appkit/nscontrol/selectedcell().md)
- [selectedTag()](appkit/nscontrol/selectedtag().md)
- [setNeedsDisplay()](appkit/nscontrol/setneedsdisplay().md)
- [calcSize()](appkit/nscontrol/calcsize().md)
- [selectCell(_:)](appkit/nscontrol/selectcell(_:).md)
- [drawCell(_:)](appkit/nscontrol/drawcell(_:).md)
- [drawCellInside(_:)](appkit/nscontrol/drawcellinside(_:).md)
- [updateCell(_:)](appkit/nscontrol/updatecell(_:).md)
