last_row property
last_row property
Gets and sets the last row index of the table.
Definition:
@property
def last_row(self):
...
@last_row.setter
def last_row(self, value):
...
See Also
- module
aspose.cells.tables
- class
TableToRangeOptions
Gets and sets the last row index of the table.
@property
def last_row(self):
...
@last_row.setter
def last_row(self, value):
...
aspose.cells.tables
TableToRangeOptions