[]
ISlicer
objects.add(IWorksheet slicerDestination,
String name,
String caption,
double top,
double left,
double width,
double height)
ISlicer
object.get(int index)
ISlicer
with the specified index.ISlicer
with the specified name.int
getCount()
forEach, iterator, spliterator
ISlicer
with the specified index.index
- the index.ISlicer
with the specified name.name
- the name.ISlicer
object.slicerDestination
- a IWorksheet
object that represents the sheet, where theresulting slicer will be placed.The destination sheet must be in the workbook that contains the ISlicers
object specifiedby expression.name
- The name of the slicer.The name must be unique across all slicerswithin a workbook.caption
- The caption of the slicer.top
- The initial vertical position of the slicer, in points, relativeto the upper-left corner of cell A1 on a worksheet.left
- The initial horizontal position of the slicer, in points, relativeto the upper-left corner of cell A1 on a worksheet.width
- The initial width, in points, of the slicer control.height
- The initial height, in points, of the slicer control.ISlicer
object.