Skip to content

Files

Latest commit

 

History

History
42 lines (23 loc) · 1.13 KB

Excel.Slicer.DisableMoveResizeUI.md

File metadata and controls

42 lines (23 loc) · 1.13 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Slicer.DisableMoveResizeUI property (Excel)
vbaxl10.chm905077
vbaxl10.chm905077
Excel.Slicer.DisableMoveResizeUI
2477e495-e61a-6981-6df2-5bb1cb480576
05/16/2019
medium

Slicer.DisableMoveResizeUI property (Excel)

Returns or sets whether the specified slicer can be moved or resized by using the user interface. Read/write.

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 Top, Left, Width, or Height, from code is not disabled.

[!includeSupport and feedback]