count property

count property

Gets the number of rows in this collection.

Definition:

@property
def count(self):
    ...

See Also