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) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | addPivotTableStyle(name) | |
Adds a custom pivot table style. | ||
function | addTableStyle(name) | |
Adds a custom table style. | ||
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 | getBuiltinTableStyle(type) | |
Gets the builtin table style | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : TableStyle | |
function get(index) |
index
- The position of the table style in the list.get : TableStyle | |
function get(name) |
name
- The table style name.Method Detail |
---|
addTableStyle | |
function addTableStyle(name) |
name: String
- The table style name.addPivotTableStyle | |
function addPivotTableStyle(name) |
name: String
- The pivot table style name.getBuiltinTableStyle | |
function getBuiltinTableStyle(type) |
type: Number
- A 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) |