Returns the column indexes in the specified rectangle.
SDK
- macOS 10.6+
Framework
- Quartz
Returns the column indexes in the specified rectangle.
SDK
Framework
func number Of Columns() -> Int
Returns the current number of columns.
func number Of Rows() -> Int
Returns the current number of rows.
func rect(of Column: Int) -> NSRect
Returns the rectangle containing the specified column.
func rect(of Row: Int) -> NSRect
Returns the rectangle containing the specified row.
func row Indexes(in: NSRect) -> Index Set!
Returns the row indexes in the specified rectangle.