Contents

browser(_:numberOfRowsInColumn:)

Returns the number of rows of data in the specified column.

Declaration

@MainActor optional func browser(_ sender: NSBrowser, numberOfRowsInColumn column: Int) -> Int

Parameters

  • 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.

See Also

Related Documentation

Getting Browser Information