Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the ListObject by index. | ||
method | get(tableName) | |
Gets the ListObject by specified name. |
Method Summary | ||
---|---|---|
method | add(startRow, startColumn, endRow, endColumn, hasHeaders) | |
Adds a ListObject to the worksheet. | ||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(startCell, endCell, hasHeaders) | |
Adds a ListObject to the worksheet. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
method | updateColumnName() | |
Update all column name of the tables. |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : ListObject | |
ListObject get(index) |
index
- The index.get : ListObject | |
ListObject get(tableName) |
tableName
- ListObject name.Method Detail |
---|
add | |
int add(startRow, startColumn, endRow, endColumn, hasHeaders) |
startRow: int
- The start row of the list range.startColumn: int
- The start row of the list range.endRow: int
- The start row of the list range.endColumn: int
- The start row of the list range.hasHeaders: boolean
- Whether the range has headers.add | |
int add(startCell, endCell, hasHeaders) |
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.updateColumnName | |
updateColumnName() |
clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |