rowIndexes(in:)
Returns the row indexes in the specified rectangle.
Declaration
func rowIndexes(in rect: NSRect) -> IndexSet!Parameters
- rect:
A rectangle in the view’s coordinate system.
Return Value
An index set containing the item indexes.
Returns the row indexes in the specified rectangle.
func rowIndexes(in rect: NSRect) -> IndexSet!A rectangle in the view’s coordinate system.
An index set containing the item indexes.