Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
True if the Protected View window can be resized. Read/write
Version Information
Version Added: Excel 2010
Syntax
expression .EnableResize
expression A variable that represents a ProtectedViewWindow object.
Return Value
Boolean
Example
The following code example sets the active Protected View window so that it cannot be resized.
ActiveProtectedViewWindow.EnableResize = False