This page is Not Ready

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

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

Attributions