Window.Width Property
Excel Developer Reference |
Returns or sets a Double value that represents the width, in points, of the window.
Syntax
expression.Width
expression A variable that represents a Window object.
Remarks
Use the UsableWidth property to determine the maximum size for the window. You cannot set this property if the window is maximized or minimized. Use the WindowState property to determine the window state.
See Also