Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

cellIndex

Property of dom/HTMLElementdom/HTMLElement

Syntax

var result = element.cellIndex;
element.cellIndex = value;

Notes

Remarks

Collection indexes are in the source order of the HTML document. When a cell spans multiple rows, that cell only appears in the cells collection for the first row that the cell spans.

Syntax

Standards information

See also

Related pages

Attributions