Exemple #1
0
 public void SetSheetOrder(string sheetname, int pos)
 {
     XssfWorkbook.SetSheetOrder(sheetname, pos);
 }