Application.LayoutNow Method
Project Developer Reference |
Lays out the active view according to its layout options.
Syntax
expression.LayoutNow
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
Layout options can be set with the Layout method.
The LayoutNow method is only available when a Network Diagram or Calendar view is active.
See Also