---
title: "cell(row:col:)"
framework: vision
role: symbol
role_heading: Instance Method
path: "vision/documentobservation/container/table/cell(row:col:)"
---

# cell(row:col:)

The cell at the specific row and column index, if it exists.

## Declaration

```swift
func cell(row: Int, col: Int) -> DocumentObservation.Container.Table.Cell?
```
