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
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
See also
Related pages
- rowIndexrowIndex
- sectionRowIndexsectionRowIndex
- sourceIndexsourceIndex
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]