Click to return to the DHTML, HTML     
search Property     SELECTED Attribute | sele...     DHTML Properties    
Web Workshop  |  DHTML, HTML & CSS

sectionRowIndex Property


Retrieves the position of the object in the TBODY, THEAD, TFOOT, or rows collection.

Syntax

HTMLN/A
Scripting[ iIndex = ] oTR.sectionRowIndex

Possible Values

iIndexInteger 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

[ 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.