Gets or sets the index of this cell in the row.

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

Property Value

A value representing the index of this cell in the row, starting from 0.

See Also

HTMLTableCellElement Object | HTMLTableCellElement Members | DOM Namespace