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