---
title: "frame(ofInsideOfColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/frame(ofinsideofcolumn:)"
---

# frame(ofInsideOfColumn:)

Returns the rectangle containing the specified column, not including borders.

## Declaration

```swift
func frame(ofInsideOfColumn column: Int) -> NSRect
```

## Parameters

- `column`: The index of the column for which to retrieve the inside frame.

## Return Value

Return Value The rectangle containing the column, not including the column borders.

## See Also

### Getting Column Frames

- [frame(ofColumn:)](appkit/nsbrowser/frame(ofcolumn:).md)
