HTMLTableCellElement.CellIndex

HTMLTableCellElement.CellIndex property

The index of this cell in the row, starting from 0. This index is in document tree order and not display order.

public int CellIndex { get; }

See Also