add method
Contents
[
Hide
]add
Adds a ListObject to the worksheet.
Returns
The index of the new ListObject
def add(self, start_cell, end_cell, has_headers):
...
Parameter | Type | Description |
---|---|---|
start_cell | str | The start cell of the list range. |
end_cell | str | The end cell of the list range. |
has_headers | bool | Whether the range has headers. |
add
Adds a ListObject to the worksheet.
Returns
The index of the new ListObject
def add(self, start_row, start_column, end_row, end_column, has_headers):
...
Parameter | Type | Description |
---|---|---|
start_row | int | The start row of the list range. |
start_column | int | The start row of the list range. |
end_row | int | The start row of the list range. |
end_column | int | The start row of the list range. |
has_headers | bool | Whether the range has headers. |
See Also
- module
aspose.cells.tables
- class
ListObjectCollection