Property Getters/Setters Summary | ||
---|---|---|
method | getAlternativeText() | |
method | setAlternativeText(value) | |
Returns or sets the descriptive (alternative) text string of the Slicer object. | ||
method | getCaption() | |
method | setCaption(value) | |
Returns or sets the caption of the specified slicer. | ||
method | getCaptionVisible() | |
method | setCaptionVisible(value) | |
Returns or sets whether the header that displays the slicer Caption is visible the default value is true | ||
method | getColumnWidth() | |
method | setColumnWidth(value) | |
Returns or sets the width, in points, of each column in the slicer. | ||
method | getColumnWidthPixel() | |
method | setColumnWidthPixel(value) | |
Gets or sets the width in unit of pixels for each column of the slicer. | ||
method | getHeight() | |
method | setHeight(value) | |
Returns or sets the height of the specified slicer, in points. | ||
method | getHeightPixel() | |
method | setHeightPixel(value) | |
Returns or sets the height of the specified slicer, in pixels. | ||
method | isLocked() | |
method | setLocked(value) | |
Indicates whether the slicer shape is locked. | ||
method | isPrintable() | |
method | setPrintable(value) | |
Indicates whether the slicer object is printable. | ||
method | getLeftPixel() | |
method | setLeftPixel(value) | |
Returns or sets the horizontal offset of slicer shape from its left column, in pixels. | ||
method | getLockedAspectRatio() | |
method | setLockedAspectRatio(value) | |
Indicates whether locking aspect ratio. | ||
method | getLockedPosition() | |
method | setLockedPosition(value) | |
Indicates whether the specified slicer can be moved or resized by using the user interface. | ||
method | getName() | |
method | setName(value) | |
Returns or sets the name of the specified slicer | ||
method | getNumberOfColumns() | |
method | setNumberOfColumns(value) | |
Returns or sets the number of columns in the specified slicer. | ||
method | getParent() | |
Returns the |
||
method | getPlacement() | |
method | setPlacement(value) | |
Represents the way the drawing object is attached to the cells below it. The property controls the placement of an object on a worksheet. The value of the property is PlacementType integer constant. | ||
method | getRowHeight() | |
method | setRowHeight(value) | |
Returns or sets the height, in points, of each row in the specified slicer. | ||
method | getRowHeightPixel() | |
method | setRowHeightPixel(value) | |
Returns or sets the height, in pixels, of each row in the specified slicer. | ||
method | getSlicerCache() | |
Returns the SlicerCache object associated with the slicer. Read-only.
|
||
method | getStyleType() | |
method | setStyleType(value) | |
Specify the type of Built-in slicer style the default type is SlicerStyleLight1 The value of the property is SlicerStyleType integer constant. | ||
method | getTitle() | |
method | setTitle(value) | |
Specifies the title of the current Slicer object. | ||
method | getTopPixel() | |
method | setTopPixel(value) | |
Returns or sets the vertical offset of slicer shape from its top row, in pixels. | ||
method | getWidth() | |
method | setWidth(value) | |
Returns or sets the width of the specified slicer, in points. | ||
method | getWidthPixel() | |
method | setWidthPixel(value) | |
Returns or sets the width of the specified slicer, in pixels. |
Method Summary | ||
---|---|---|
method | addPivotConnection(pivot) | |
Adds PivotTable connection.
|
||
method | refresh() | |
Refreshing the slicer.Meanwhile, Refreshing and Calculating relative PivotTables.
|
||
method | removePivotConnection(pivot) | |
Removes PivotTable connection.
|
String getTitle() / setTitle(value)
String getAlternativeText() / setAlternativeText(value)
boolean isPrintable() / setPrintable(value)
boolean isLocked() / setLocked(value)
int getPlacement() / setPlacement(value)
boolean getLockedAspectRatio() / setLockedAspectRatio(value)
boolean getLockedPosition() / setLockedPosition(value)
SlicerCache getSlicerCache()
Worksheet getParent()
int getStyleType() / setStyleType(value)
String getName() / setName(value)
String getCaption() / setCaption(value)
boolean getCaptionVisible() / setCaptionVisible(value)
int getNumberOfColumns() / setNumberOfColumns(value)
int getLeftPixel() / setLeftPixel(value)
int getTopPixel() / setTopPixel(value)
float getWidth() / setWidth(value)
int getWidthPixel() / setWidthPixel(value)
float getHeight() / setHeight(value)
int getHeightPixel() / setHeightPixel(value)
int getColumnWidthPixel() / setColumnWidthPixel(value)
float getColumnWidth() / setColumnWidth(value)
int getRowHeightPixel() / setRowHeightPixel(value)
float getRowHeight() / setRowHeight(value)
addPivotConnection(pivot)
pivot: PivotTable
- The PivotTable objectremovePivotConnection(pivot)
pivot: PivotTable
- The PivotTable objectrefresh()