Contents

outlineView(_:setObjectValue:for:byItem:)

Set the data object for a given item in a given column.

Declaration

@MainActor optional func outlineView(_ outlineView: NSOutlineView, setObjectValue object: Any?, for tableColumn: NSTableColumn?, byItem item: Any?)

Parameters

  • outlineView:

    The outline view that sent the message.

  • object:

    The new value for the item.

  • tableColumn:

    A column in outlineView.

  • item:

    An item in the data source in the specified tableColumn of the view.

Discussion

The item is located in the specified tableColumn of the view.

See Also

Instance Methods