cellIndex property
[This documentation is preliminary and is subject to change.]
Retrieves the position of the object in the cells collection of a row.
Syntax
HRESULT value = object.get_cellIndex(* p);
Property values
Type: long
the position of the object.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
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.
See also
Reference
IHTMLTableRow::sectionRowIndex
Build date: 6/12/2012