---
title: "cell(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsform/cell(at:)"
---

# cell(at:)

Returns the entry at the specified index.

## Declaration

```swift
func cell(at index: Int) -> Any!
```

## Parameters

- `index`: The index of the desired entry.

## Return Value

Return Value The form cell object at the specified index.

## See Also

### Getting Cells and Indices

- [indexOfCell(withTag:)](appkit/nsform/indexofcell(withtag:).md)
- [indexOfSelectedItem()](appkit/nsform/indexofselecteditem().md)
