# Interface: com.pnfsoftware.jeb.core.output.table.ITableRow

A table row definition, the main constituent of [ITableDocument](ITableDocument)s.

## Method: getCells
- return type: `java.util.List<? extends com.pnfsoftware.jeb.core.output.table.ICell>`

Description: Return the list of cells within that row.
return: a list of cells, possibly empty

