Exemplo n.º 1
0
 public void SetPageSetup(XLPageOrientation orientation, XLPaperSize paperSize)
 {
     ws.PageSetup.PageOrientation = orientation;
     ws.PageSetup.PaperSize       = paperSize;
 }
Exemplo n.º 2
0
 public IXLPageSetup SetPaperSize(XLPaperSize value)
 {
     PaperSize = value; return(this);
 }
Exemplo n.º 3
0
 public IXLPageSetup SetPaperSize(XLPaperSize value) { PaperSize = value; return this; }