cellIndex property
int
get
cellIndex
The cellIndex read-only property of the HTMLTableCellElement
interface
represents the position of a cell within its row (tr). The first cell
has an index of 0.
Implementation
external int get cellIndex;