HTMLTableCellElement.CellIndex Property |
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);
A value representing the index of this cell in the row, starting from 0.
HTMLTableCellElement Object | HTMLTableCellElement Members | DOM Namespace