---
title: "indexPath(forColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/indexpath(forcolumn:)"
---

# indexPath(forColumn:)

Returns the index path of the item whose children are displayed in the given column.

## Declaration

```swift
func indexPath(forColumn column: Int) -> IndexPath
```

## Parameters

- `column`: The column to find the index path for.

## Return Value

Return Value The index path of the column.

## Discussion

Discussion This method can only be used if the delegate implements the item data source methods.

## See Also

### Accessing Components

- [loadedCell(atRow:column:)](appkit/nsbrowser/loadedcell(atrow:column:).md)
- [editItem(at:with:select:)](appkit/nsbrowser/edititem(at:with:select:).md)
- [item(at:)](appkit/nsbrowser/item(at:).md)
- [item(atRow:inColumn:)](appkit/nsbrowser/item(atrow:incolumn:).md)
- [isLeafItem(_:)](appkit/nsbrowser/isleafitem(_:).md)
- [parentForItems(inColumn:)](appkit/nsbrowser/parentforitems(incolumn:).md)
