public void SetPageSetup(XLPageOrientation orientation, XLPaperSize paperSize)
 {
     ws.PageSetup.PageOrientation = orientation;
     ws.PageSetup.PaperSize       = paperSize;
 }
Example #2
0
 public IXLPageSetup SetPaperSize(XLPaperSize value)
 {
     PaperSize = value; return(this);
 }
 public IXLPageSetup SetPaperSize(XLPaperSize value) { PaperSize = value; return this; }