cell(row:col:)

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

Declaration

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