public class ListObjectCollection extends CollectionBase
ListObject objects in the worksheet.| Modifier and Type | Method and Description |
|---|---|
int |
add(int startRow,
int startColumn,
int endRow,
int endColumn,
boolean hasHeaders)
Adds a ListObject to the worksheet.
|
int |
add(java.lang.String startCell,
java.lang.String endCell,
boolean hasHeaders)
Adds a ListObject to the worksheet.
|
ListObject |
get(int index)
Gets the ListObject by index.
|
ListObject |
get(java.lang.String tableName)
Gets the ListObject by specified name.
|
void |
updateColumnName()
Update all column name of the tables.
|
public ListObject get(int index)
get in class CollectionBaseindex - The index.public ListObject get(java.lang.String tableName)
tableName - ListObject name.public int add(int startRow,
int startColumn,
int endRow,
int endColumn,
boolean hasHeaders)
startRow - The start row of the list range.startColumn - The start row of the list range.endRow - The start row of the list range.endColumn - The start row of the list range.hasHeaders - Whether the range has headers.public int add(java.lang.String startCell,
java.lang.String endCell,
boolean hasHeaders)
startCell - The start cell of the list range.endCell - The end cell of the list range.hasHeaders - Whether the range has headers.public void updateColumnName()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.