title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Slicer.DisableMoveResizeUI property (Excel) |
vbaxl10.chm905077 |
|
|
2477e495-e61a-6981-6df2-5bb1cb480576 |
05/16/2019 |
medium |
Returns or sets whether the specified slicer can be moved or resized by using the user interface. Read/write.
expression.DisableMoveResizeUI
expression A variable that represents a Slicer object.
Boolean
True if the slicer cannot be moved or resized by selecting borders or handles in the user interface; otherwise, False. The default value is False.
Setting the DisableMoveResizeUI property to True affects only the user interface.
Moving or resizing the slicer by setting properties, such as Top, Left, Width, or Height, from code is not disabled.
[!includeSupport and feedback]