---
title: image
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nscell/image
---

# image

The image displayed by the cell, if any.

## Declaration

```swift
var image: NSImage? { get set }
```

## Discussion

Discussion Setting the value of this property converts the cell to an image-type cell, if it is not one already. The value of this property is nil if the cell is not an image-type cell.

## See Also

### Related Documentation

- [type](appkit/nscell/type.md)
