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