row_count property

row_count property

Gets or sets the row count.

Definition:

@property
def row_count(self):
    ...
@row_count.setter
def row_count(self, value):
    ...

See Also