rows property

rows property

Gets the collection of Row objects that represents the individual rows in this worksheet.

Definition:

@property
def rows(self):
    ...

See Also