row property

row property

Returns the index of the row of worksheet in which the cell is located. Read-only int.

Definition:

@property
def row(self):
    ...

See Also