rect(ofRow:)
Returns the rectangle containing the specified row.
Declaration
func rect(ofRow rowIndex: Int) -> NSRectParameters
- rowIndex:
The row index.
Return Value
A rectangle containing the column. Specified in the view’s coordinate system.
Returns the rectangle containing the specified row.
func rect(ofRow rowIndex: Int) -> NSRectThe row index.
A rectangle containing the column. Specified in the view’s coordinate system.