sectionRowIndexsectionRowIndex*
*Contents  *Index  *Topic Contents
*Previous Topic: search
*Next Topic: selected

sectionRowIndex

Description

Indicates the element's position in the TBODY, THEAD, or TFOOT rows collection. These sections are mutually exclusive, so the TR is always contained in one of these sections, as well as the TABLE. The rowIndex property indicates the element's position in the rows collection for the TABLE. Collection indexes are in source order of the HTML document.

Syntax

object.sectionRowIndex[ = element]

Return Value

This property has read-only permission.

Applies To

TR

See Also

sectionRowIndex, sourceIndex, cellIndex


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.