row_index property
row_index property
This is in logical order and not in document order. The
rowIndex
does take into account sections (
THEAD
, TFOOT
, or TBODY
) within
the table, placing THEAD
rows first in the index,
followed by TBODY
rows, followed by TFOOT
rows.
@version DOM Level 2
Definition:
@property
def row_index(self):
...
See Also
- module
aspose.html
- class
HTMLTableRowElement