rowIndexrowIndex*
*



Contents  *



Index  *Topic Contents
*Previous Topic: rightMargin
*Next Topic: rows

rowIndex

Description

Indicates the element's position in the rows collection that is for the TABLE. This is different from sectionRowIndex, which 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. Collection indexes are in source order of the HTML document.

Syntax

object.rowIndex[ = 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.