| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | get(index) | |
Gets the table style by the index.
|
||
function | get(name) | |
Gets the table style by the name.
|
||
| Method Summary | ||
|---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | addPivotTableStyle(name) | |
Adds a custom pivot table style.
|
||
function | addTableStyle(name) | |
Adds a custom table style.
|
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | getBuiltinTableStyle(type) | |
Gets the builtin table style
|
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
index - The position of the table style in the list.function get(name)
name - The table style name.function addTableStyle(name)
name: String - The table style name.function addPivotTableStyle(name)
name: String - The pivot table style name.function getBuiltinTableStyle(type)
type: Number - A function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)