15141515151615171518151915201521
* * @return whether gridlines are printed */ @Override public boolean isPrintGridlines() { CTPrintOptions opts = worksheet.getPrintOptions(); return opts != null && opts.getGridLines(); }