InsideHeight, InsideWidth properties
InsideHeight returns the height, in points, of the client region inside a form. InsideWidth returns the width, in points, of the client region inside a form.
Syntax
object.InsideHeight
object.InsideWidth
The InsideHeight and InsideWidth property syntaxes have these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Remarks
The InsideHeight and InsideWidth properties are read-only. If the region includes a scroll bar, the returned value does not include the height or width of the scroll bar.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.