Gets the index of this row, relative to the entire table.

[VBScript]
Public ReadOnly Property RowIndex As Integer
[JScript]
public function get RowIndex() : int;

Property Value

The zero-based index of this row, relative to the entire table, starting at 0.

See Also

HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace