Returns a PageSetup object representing page layout properties of a printed worksheet.

public PageSetup PageSetup{ get; }
Public ReadOnly Property PageSetup() As PageSetup
PageSetup ps = ws.PageSetup;
Dim ps As PageSetup = ws.PageSetup