---
title: objectValue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablecellview/objectvalue
---

# objectValue

The object that represents the cell data.

## Declaration

```swift
var objectValue: Any? { get set }
```

## Discussion

Discussion The objectValue is automatically set by the table when using bindings or is the object returned by the NSTableViewDataSource protocol method tableView(_:objectValueFor:row:).

## See Also

### Related Documentation

- [tableView(_:objectValueFor:row:)](appkit/nstableviewdatasource/tableview(_:objectvaluefor:row:).md)
- [Drag and Drop](appkit/drag-and-drop.md)
- [Table View](appkit/table-view.md)
