Slicer.DisableMoveResizeUI Property (Excel)
Returns or sets whether the specified slicer can be moved or resized by using the user interface. Read/write.
Version Information
Version Added: Excel 2010
Syntax
expression .DisableMoveResizeUI
expression A variable that represents a Slicer object.
Return Value
Boolean
Remarks
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 the Top, Left, Width, or Height properties of the Slicer object from code is not disabled.