java.lang.ObjectCollectionBase
com.aspose.cells.SlicerCollection
public class SlicerCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
Slicer | get(int) | |
| Gets the Slicer by index. | ||
Slicer | get(java.lang.String) | |
| Gets the Slicer by slicer's name. | ||
| Method Summary | ||
|---|---|---|
int | add(ListObject table, ListColumn listColumn, int row, int column) | |
| Add a new Slicer using ListObjet as data source | ||
int | add(ListObject table, ListColumn listColumn, java.lang.String destCellName) | |
| Add a new Slicer using ListObjet as data source | ||
int | add(ListObject table, int index, java.lang.String destCellName) | |
| Add a new Slicer using ListObjet as data source | ||
int | add(PivotTable pivot, int row, int column, PivotField baseField) | |
| Add a new Slicer using PivotTable as data source | ||
int | add(PivotTable pivot, int row, int column, int baseFieldIndex) | |
| Add a new Slicer using PivotTable as data source | ||
int | add(PivotTable pivot, int row, int column, java.lang.String baseFieldName) | |
| Add a new Slicer using PivotTable as data source | ||
int | add(PivotTable pivot, java.lang.String destCellName, PivotField baseField) | |
| Add a new Slicer using PivotTable as data source | ||
int | add(PivotTable pivot, java.lang.String destCellName, int baseFieldIndex) | |
| Add a new Slicer using PivotTable as data source | ||
int | add(PivotTable pivot, java.lang.String destCellName, java.lang.String baseFieldName) | |
| Add a new Slicer using PivotTable as data source | ||
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
| Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | remove(Slicer slicer) | |
| Remove the specified Slicer | ||
void | removeAt(int index) | |
| Deletes the Slicer at the specified index | ||
| Property Getters/Setters Detail |
|---|
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() | |
get | |
public Slicer get(int index) | |
get | |
public Slicer get(java.lang.String name) | |
| Method Detail |
|---|
remove | |
public void remove(Slicer slicer) | |
slicer - The Slicer objectremoveAt | |
public void removeAt(int index) | |
index - The position index in Slicer collectionadd | |
public int add(PivotTable pivot, java.lang.String destCellName, java.lang.String baseFieldName) | |
pivot - PivotTable objectdestCellName - The cell in the upper-left corner of the Slicer range.baseFieldName - The name of PivotField in PivotTable.BaseFieldsadd | |
public int add(PivotTable pivot, int row, int column, java.lang.String baseFieldName) | |
pivot - PivotTable objectrow - Row index of the cell in the upper-left corner of the Slicer range.column - Column index of the cell in the upper-left corner of the Slicer range.baseFieldName - The name of PivotField in PivotTable.BaseFieldsadd | |
public int add(PivotTable pivot, int row, int column, int baseFieldIndex) | |
pivot - PivotTable objectrow - Row index of the cell in the upper-left corner of the Slicer range.column - Column index of the cell in the upper-left corner of the Slicer range.baseFieldIndex - The index of PivotField in PivotTable.BaseFieldsadd | |
public int add(PivotTable pivot, java.lang.String destCellName, int baseFieldIndex) | |
pivot - PivotTable objectdestCellName - The cell in the upper-left corner of the Slicer range.baseFieldIndex - The index of PivotField in PivotTable.BaseFieldsadd | |
public int add(PivotTable pivot, int row, int column, PivotField baseField) | |
pivot - PivotTable objectrow - Row index of the cell in the upper-left corner of the Slicer range.column - Column index of the cell in the upper-left corner of the Slicer range.baseField - The PivotField in PivotTable.BaseFieldsadd | |
public int add(PivotTable pivot, java.lang.String destCellName, PivotField baseField) | |
pivot - PivotTable objectdestCellName - The cell in the upper-left corner of the Slicer range.baseField - The PivotField in PivotTable.BaseFieldsadd | |
public int add(ListObject table, int index, java.lang.String destCellName) | |
table - ListObject objectindex - The index of ListColumn in ListObject.ListColumnsdestCellName - The cell in the upper-left corner of the Slicer range.add | |
public int add(ListObject table, ListColumn listColumn, java.lang.String destCellName) | |
table - ListObject objectlistColumn - The ListColumn in ListObject.ListColumnsdestCellName - The cell in the upper-left corner of the Slicer range.add | |
public int add(ListObject table, ListColumn listColumn, int row, int column) | |
table - ListObject objectlistColumn - The ListColumn in ListObject.ListColumnsrow - Row index of the cell in the upper-left corner of the Slicer range.column - Column index of the cell in the upper-left corner of the Slicer range.clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() | |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() | |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) | |
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) | |
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) | |