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?The cell at the specific row and column index, if it exists.
func cell(row: Int, col: Int) -> DocumentObservation.Container.Table.Cell?