Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the format by the index.
|
Method Summary | ||
---|---|---|
function | add() | |
Add a |
||
function | add(value) | |
Reserved for internal use. |
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | formatArea(axisType, fieldPosition, subtotalType, selectionType, isGrandRow, isGrandColumn, style) | |
Formats selected area.
|
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
index
- The index.function add()
function formatArea(axisType, fieldPosition, subtotalType, selectionType, isGrandRow, isGrandColumn, style)
axisType: Number
- A fieldPosition: Number
- Position of the field within the axis to which this rule applies.subtotalType: Number
- A selectionType: Number
- A isGrandRow: boolean
- Indicates whether selecting grand total rows.isGrandColumn: boolean
- Indicates whether selecting grand total columns.style: Style
- The style which appies to the area of the pivot table.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)