Click to return to the DHTML, HTML     
RIGHTMARGIN Attribute | r...     ROWS Attribute | rows Pro...     DHTML Properties    
Web Workshop  |  DHTML, HTML & CSS

rowIndex Property


Retrieves the position of the object in the rows collection for the TABLE.

Syntax

HTMLN/A
Scripting[ iIndex = ] oTR.rowIndex

Possible Values

iIndexInteger that specifies the index number.

The property is read-only with no default value.

Remarks

This property is different from sectionRowIndex, which indicates the object'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 and in the TABLE. You can determine the rowIndex property of an object by the order in which the object appears in the HTML source.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
HTML N/A
Scripting TR

See Also

cellIndex, sourceIndex



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.