java.lang.ObjectCollectionBase
com.aspose.cells.ListObjectCollection
public class ListObjectCollection
| 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() | |
get | |
public ListObject get(int index) | |
index - The index.get | |
public ListObject get(java.lang.String tableName) | |
tableName - ListObject name.| Method Detail |
|---|
add | |
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.add | |
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.updateColumnName | |
public void updateColumnName() | |
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) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |