TableRow

Example

1

Description

Properties

Property Name Description
align horizontal alignment of the text in the row
cells array of all cells in the row
ch alignment character for cells in the row
chOff offset of alignment character for cells in the row
rowIndex position of a row in the table
sectionRowIndex position of a row in the tBody, tHead, or tFoot sections
vAlign vertical alignment of data within the row

Methods

Method Name Description Values
insertCell() Inserts a new table cell at the specified index, the first cell being index 0. If index = -1, the cell is appended as the last cell.