objectValue
The object that represents the cell data.
Declaration
var objectValue: Any? { get set }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:).