Esempio n. 1
0
 //УСТАНОВКА РАЗМЕРА ЛИСТА
 public void SetPaperSize(Excel.XlPaperSize size)
 {
     _xlWorkSheet.PageSetup.PaperSize = size;
 }
Esempio n. 2
0
 public ExcelPaperSize(ExcelInterop.XlPaperSize paperSize, ExcelInterop.XlPageOrientation orientation)
 {
     PaperSize   = paperSize;
     Orientation = orientation;
 }