HTMLTableRowElement.RowIndex Property |
Gets the index of this row, relative to the entire table.
[VBScript] Public ReadOnly Property RowIndex As Integer
[JScript] public function get RowIndex() : int;
The zero-based index of this row, relative to the entire table, starting at 0.
HTMLTableRowElement Object | HTMLTableRowElement Members | DOM Namespace