Esempio n. 1
0
 /**
  * @return  whether cell at rowIndex and columnIndex is a subtotal
  */
 public override bool IsSubTotal(int rowIndex, int columnIndex)
 {
     // delegate the query to the sheet evaluator which has access to internal ptgs
     return(_evaluator.IsSubTotal(rowIndex, columnIndex));
 }