add method
Contents
[
Hide
]add(self, start_cell, end_cell, has_headers)
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 | System.String | The start cell of the list range. |
| end_cell | System.String | The end cell of the list range. |
| has_headers | bool | Whether the range has headers. |
add(self, start_row, start_column, end_row, end_column, has_headers)
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