Skip to main content

ProtectedViewWindow.Height property

Table of contents
  1. Syntax
  2. Return value
  3. Remarks

Returns or sets a value that represents the height, in points, of the Protected View window. Read/write.

Syntax

expression.Height

expression A variable that represents a ProtectedViewWindow object.

Return value

Double

Remarks

You cannot set this property if the Protected View window is maximized or minimized. Use the WindowState property to determine the window state.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>