[ CCode ( type_id = "atk_table_cell_get_type ()" ) ]
public interface TableCell : Object
The ATK interface implemented for a cell inside a two-dimentional Table
Being Table a component which present elements ordered via rows and columns, an TableCell is the interface which each of those elements, so "cells" should implement.
See [iface@AtkTable]