goog.editor.TableCell |
td
: Element
This cell's underlying TD or TH element.
|
startRow
: number
Index of the row where this cell begins.
|
startCol
: number
Index of the column where this cell begins.
|
![]()
Set this cell's colSpan, updating both its colSpan property and the
underlying element's colSpan attribute.
Arguments:
|
code » | ||
![]()
Set this cell's rowSpan, updating both its rowSpan property and the
underlying element's rowSpan attribute.
Arguments:
|
code » | ||
![]()
Calculates this cell's endRow/endCol coordinates based on rowSpan/colSpan
|
code » |