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

A table cell definition, the main constituent of [ITableRow](ITableRow)s.

## Method: getLabel
- return type: `java.lang.String`

Description: Get the label for that cell. 

 It is recommended to avoid new\-line characters in the label. If new line characters are found, what happens to them is client\-specific.
return: the label

