Retrieves the position of the object in the TBODY, THEAD, TFOOT, or rows collection.
Syntax
HTML N/A Scripting [ iIndex = ] oTR.sectionRowIndex
Possible Values
iIndex Integer that specifies the index position of the object. The property is read-only with no default value.
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.
Applies To
HTML N/A Scripting TR
See Also