[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.PaperSize

PaperSize Property

PaperSize

Gets or sets the size of the paper.

Declaration
PaperSize PaperSize { get; set; }
Property PaperSize As PaperSize
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.PaperSize = PaperSize.A4;
PaperSize paperSize = pageSetup.PaperSize;