backgroundColor
The background color of the row.
Declaration
@NSCopying var backgroundColor: NSColor { get set }Discussion
The property defaults to the table view’s backgroundColor, unless usesAlternatingRowBackgroundColors is set to true. In that case, the colors alternate, and are automatically updated as required by insertions and deletions.
The value of the background color can be customized in the NSTableViewDelegate method tableView:didAddRowView:forRow:. The property is animatable.