PageSetup.FirstPageTray Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette propriété renvoie ou définit le bac à papier à utiliser pour la première page d'un document ou une section.
public:
property Microsoft::Office::Interop::Word::WdPaperTray FirstPageTray { Microsoft::Office::Interop::Word::WdPaperTray get(); void set(Microsoft::Office::Interop::Word::WdPaperTray value); };
public Microsoft.Office.Interop.Word.WdPaperTray FirstPageTray { get; set; }
member this.FirstPageTray : Microsoft.Office.Interop.Word.WdPaperTray with get, set
Public Property FirstPageTray As WdPaperTray