Worksheet.PageSetup Property

Definition

Gets a PageSetup that contains all the page setup settings for the worksheet.

public:
 property Microsoft::Office::Interop::Excel::PageSetup ^ PageSetup { Microsoft::Office::Interop::Excel::PageSetup ^ get(); };
public Microsoft.Office.Interop.Excel.PageSetup PageSetup { get; }
member this.PageSetup : Microsoft.Office.Interop.Excel.PageSetup
Public ReadOnly Property PageSetup As PageSetup

Property Value

A PageSetup that contains all the page setup settings for the worksheet.

Applies to