sectionRowIndex
Property of dom/HTMLElementdom/HTMLElement
Syntax
var result = element.sectionRowIndex;
element.sectionRowIndex = value;
Notes
Remarks
The tBody, tHead, and tFoot sections are mutually exclusive, so a tr is always contained in one of these sections and in the table. The rowIndex property indicates the position of the object in the rows collection for the table. Collection indexes are in source order of the HTML document.
Syntax
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]