resize method
resize
Resize the range of the list object.
def resize(self, start_row, start_column, end_row, end_column, has_headers):
...
Parameter | Type | Description |
---|---|---|
start_row | int | The start row index of the new range. |
start_column | int | The start column index of the new range. |
end_row | int | The end row index of the new range. |
end_column | int | The end column index of the new range. |
has_headers | bool | Whether this table has headers. |
See Also
- module
aspose.cells.tables
- class
ListObject