---
title: "rect(ofRow:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikimagebrowserview/rect(ofrow:)"
---

# rect(ofRow:)

Returns the rectangle containing the specified row.

## Declaration

```swift
func rect(ofRow rowIndex: Int) -> NSRect
```

## Parameters

- `rowIndex`: The row index.

## Return Value

Return Value A rectangle containing the column. Specified in the view’s coordinate system.

## See Also

### Getting Columns and Rows Information

- [numberOfColumns()](quartz/ikimagebrowserview/numberofcolumns().md)
- [numberOfRows()](quartz/ikimagebrowserview/numberofrows().md)
- [rect(ofColumn:)](quartz/ikimagebrowserview/rect(ofcolumn:).md)
- [columnIndexes(in:)](quartz/ikimagebrowserview/columnindexes(in:).md)
- [rowIndexes(in:)](quartz/ikimagebrowserview/rowindexes(in:).md)
