Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or returns a Boolean that represents whether a document is being viewed in reading layout view. .
Syntax
expression. ReadingLayout
expression An expression that returns a 'View' object.
Remarks
True switches the document to reading layout view. False closes reading layout view.
Example
The following example closes reading layout view.
ActiveDocument.ActiveWindow.View.ReadingLayout = False
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.