ListObjectCollection.Add
Contents
[
Hide
]Add(int, int, int, int, bool)
Adds a ListObject to the worksheet.
public int Add(int startRow, int startColumn, int endRow, int endColumn, bool hasHeaders)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The start row of the list range. |
startColumn | Int32 | The start row of the list range. |
endRow | Int32 | The start row of the list range. |
endColumn | Int32 | The start row of the list range. |
hasHeaders | Boolean | Whether the range has headers. |
Return Value
The index of the new ListObject
See Also
- class ListObjectCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells
Add(string, string, bool)
Adds a ListObject to the worksheet.
public int Add(string startCell, string endCell, bool hasHeaders)
Parameter | Type | Description |
---|---|---|
startCell | String | The start cell of the list range. |
endCell | String | The end cell of the list range. |
hasHeaders | Boolean | Whether the range has headers. |
Return Value
The index of the new ListObject
See Also
- class ListObjectCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells