Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the Slicer by index.
|
||
function | get(name) | |
Gets the Slicer by slicer's name.
|
Method Summary | ||
---|---|---|
function | add(table, listColumn, row, column) | |
Add a new Slicer using ListObjet as data source
|
||
function | add(table, listColumn, destCellName) | |
Add a new Slicer using ListObjet as data source
|
||
function | add(table, index, destCellName) | |
Add a new Slicer using ListObjet as data source
|
||
function | add(pivot, row, column, baseField) | |
Add a new Slicer using PivotTable as data source
|
||
function | add(pivot, row, column, baseFieldIndex) | |
Add a new Slicer using PivotTable as data source
|
||
function | add(pivot, row, column, baseFieldName) | |
Add a new Slicer using PivotTable as data source
|
||
function | add(pivot, destCellName, baseField) | |
Add a new Slicer using PivotTable as data source
|
||
function | add(pivot, destCellName, baseFieldIndex) | |
Add a new Slicer using PivotTable as data source
|
||
function | add(pivot, destCellName, baseFieldName) | |
Add a new Slicer using PivotTable as data source
|
||
function | add(value) | |
Reserved for internal use. |
||
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 | remove(slicer) | |
Remove the specified Slicer
|
||
function | removeAt(index) | |
Deletes the Slicer at the specified index
|
function getCount()
function get(index)
function get(name)
function remove(slicer)
slicer: Slicer
- The Slicer objectfunction removeAt(index)
index: Number
- The position index in Slicer collectionfunction add(pivot, destCellName, baseFieldName)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell in the upper-left corner of the Slicer range.baseFieldName: String
- The name of PivotField in PivotTable.BaseFieldsfunction add(pivot, row, column, baseFieldName)
pivot: PivotTable
- PivotTable objectrow: Number
- Row index of the cell in the upper-left corner of the Slicer range.column: Number
- Column index of the cell in the upper-left corner of the Slicer range.baseFieldName: String
- The name of PivotField in PivotTable.BaseFieldsfunction add(pivot, row, column, baseFieldIndex)
pivot: PivotTable
- PivotTable objectrow: Number
- Row index of the cell in the upper-left corner of the Slicer range.column: Number
- Column index of the cell in the upper-left corner of the Slicer range.baseFieldIndex: Number
- The index of PivotField in PivotTable.BaseFieldsfunction add(pivot, destCellName, baseFieldIndex)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell in the upper-left corner of the Slicer range.baseFieldIndex: Number
- The index of PivotField in PivotTable.BaseFieldsfunction add(pivot, row, column, baseField)
pivot: PivotTable
- PivotTable objectrow: Number
- Row index of the cell in the upper-left corner of the Slicer range.column: Number
- Column index of the cell in the upper-left corner of the Slicer range.baseField: PivotField
- The PivotField in PivotTable.BaseFieldsfunction add(pivot, destCellName, baseField)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell in the upper-left corner of the Slicer range.baseField: PivotField
- The PivotField in PivotTable.BaseFieldsfunction add(table, index, destCellName)
table: ListObject
- ListObject objectindex: Number
- The index of ListColumn in ListObject.ListColumnsdestCellName: String
- The cell in the upper-left corner of the Slicer range.function add(table, listColumn, destCellName)
table: ListObject
- ListObject objectlistColumn: ListColumn
- The ListColumn in ListObject.ListColumnsdestCellName: String
- The cell in the upper-left corner of the Slicer range.function add(table, listColumn, row, column)
table: ListObject
- ListObject objectlistColumn: ListColumn
- The ListColumn in ListObject.ListColumnsrow: Number
- Row index of the cell in the upper-left corner of the Slicer range.column: Number
- Column index of the cell in the upper-left corner of the Slicer range.function clear()
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)