min_row_index property

min_row_index property

Gets or sets the smallest zero-based index of a row to be extracted from a document table. The default value is negative which means that the smallest row index is not limited.

Definition:

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

See Also