HTMLTableRowElement.RowIndex

HTMLTableRowElement.RowIndex property

This is in logical order and not in document order. The rowIndex does take into account sections ( THEAD, TFOOT, or TBODY) within the table, placing THEAD rows first in the index, followed by TBODY rows, followed by TFOOT rows. @version DOM Level 2

public int RowIndex { get; }

See Also