| 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) | |
| Reserved for internal use. | ||
| function | add(startCell, endCell, hasHeaders) | |
| 
            Adds a ListObject to the worksheet.
             | ||
| function | clear() | |
| function | contains(value) | |
| Reserved for internal use. | ||
| function | get(index) | |
| Reserved for internal use. | ||
| function | indexOf(value) | |
| Reserved for internal use. | ||
| function | iterator() | |
| function | removeAt(index) | |
| function | updateColumnName() | |
| 
            Update all column name of the tables.
             | ||
function getCount()
function get(index)
index - The index.function get(tableName)
tableName - ListObject name.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.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.function updateColumnName()
function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)