browser(_:numberOfRowsInColumn:)
Returns the number of rows of data in the specified column.
Declaration
@MainActor optional func browser(_ sender: NSBrowser, numberOfRowsInColumn column: Int) -> IntParameters
- sender:
The browser.
- column:
The index of the column.
Return Value
The number of rows of data.
Discussion
Either this method or browser(_:createRowsForColumn:in:) must be implemented, but not both.