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