total_rows property

total_rows property

Gets or sets total row count to import from data source. -1 means all rows of given data source.

Definition:

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

See Also