row property

row property

Gets the zero-based index of the row in the worksheet where the cell is located. Read-only int.

Definition:

@property
def row(self):
    ...

See Also