columnIndexes(in:)
Returns the column indexes in the specified rectangle.
Declaration
func columnIndexes(in rect: NSRect) -> IndexSet!Parameters
- rect:
The rectangle in the view’s coordinate system.
Return Value
An index set containing the cell indexes.