Retrieves the position of the object in the cells collection of a given row.
Syntax
HTML N/A Scripting [ iIndex = ] td.cellIndex
Possible Values
iIndex Integer that specifies the position of the object. The property is read-only with no default value.
Remarks
Collection indexes are in the source order of the HTML document. When a cell spans multiple rows, that cell only appears in the cells collection for the first row that the cell spans.
Applies To
HTML N/A Scripting TD
See Also