Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Returns a PageSetup object that is associated with the specified section.
Syntax
expression.PageSetup
expression A variable that represents a 'Section' object.
Example
This example sets the gutter for the first section in Summary.doc to 36 points (0.5 inch).
Documents("Summary.doc").Sections(1).PageSetup.Gutter = 36
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.