FOM Reference > Display > Page Content > fdTableCell interface
  
fdTableCell interface
This represents a table cell.
column attribute
The column in the table that this cell is in.
column
Access
read-only
Returns
int
columnSpan attribute
The number of columns in the table that this cell spans.
columnSpan
Access
read-only
Returns
int
content attribute
An array of all areas contained inside this table cell on the current page.
content
Access
read-only
Returns
fdContentArea[]
row attribute
The row in the table that this cell is in.
row
Access
read-only
Returns
int
rowSpan attribute
The number of rows in the table that this cell spans.
rowSpan
Access
read-only
Returns
int