Ejemplo n.º 1
0
 public void AddPageBreak(int rowIndex, int colIndex)
 {
     _excelDocument.InsertPageBreak(rowIndex, colIndex);
 }