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