cell_index property

cell_index property

The index of this cell in the row, starting from 0. This index is in document tree order and not display order.

Definition:

@property
def cell_index(self):
    ...

See Also