Example #1
0
 public bool IsSheetHidden(int sheetIx)
 {
     return(XssfWorkbook.IsSheetHidden(sheetIx));
 }