Contents

performClickOnCell(atColumn:row:)

Performs a click action on the cell at the specified row and column.

Declaration

func performClickOnCell(atColumn column: Int, row: Int)

Parameters

  • column:

    The column of the cell.

  • row:

    The row of the cell.

Discussion

Acquires the NSTableView, copies it, invokes performClick(_:) or performClick(withFrame:in:) (if the cell is an NSPopUpButtonCell), and then updates the data source, if required. This method does not do any checks to see if the cell is enabled.

See Also

Deprecated Methods