java.lang.Object
CollectionBase
com.aspose.cells.ListObjectCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class ListObjectCollection
- extends CollectionBase
Represents a collection of ListObject objects in the worksheet.
Property Getters/Setters Summary |
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
| |
ListObject | get(int) | |
|
Gets the ListObject by index.
|
ListObject | get(java.lang.String) | |
|
Gets the ListObject by specified name.
|
Method Summary |
int | add(int startRow, int startColumn, int endRow, int endColumn, boolean hasHeaders) | |
Adds a ListObject to the worksheet.
|
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. |
int | add(java.lang.String startCell, java.lang.String endCell, boolean hasHeaders) | |
Adds a ListObject to the worksheet.
|
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. |
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. |
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
|
void | removeAt(int index) | → inherited from com.aspose.cells.CollectionBase
|
|
void | updateColumnName() | |
Update all column name of the tables.
|
Property Getters/Setters Detail |
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount()
|
-
-
Gets the ListObject by index.
- Parameters:
index
- The index.
- Returns:
- The ListObject
get | |
public ListObject get(java.lang.String tableName)
|
-
Gets the ListObject by specified name.
- Parameters:
tableName
- ListObject name.
- Returns:
- The ListObject
add | |
public int add(int startRow, int startColumn, int endRow, int endColumn, boolean hasHeaders) |
-
Adds a ListObject to the worksheet.
- Parameters:
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.
- Returns:
- The index of the new ListObject
add | |
public int add(java.lang.String startCell, java.lang.String endCell, boolean hasHeaders) |
-
Adds a ListObject to the worksheet.
- Parameters:
startCell
- The start cell of the list range.endCell
- The end cell of the list range.hasHeaders
- Whether the range has headers.
- Returns:
- The index of the new ListObject
updateColumnName | |
public void updateColumnName() |
-
Update all column name of the tables.
clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() |
-
removeAt | → inherited from com.aspose.cells.CollectionBase
|
public void removeAt(int index) |
-
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() |
-
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) |
- Reserved for internal use.
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) |
- Reserved for internal use.
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) |
- Reserved for internal use.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.