Searched refs:operatorvalue (Results 1 – 1 of 1) sorted by relevance
62 private int operatorvalue; field in SubTotalsFunction114 int operatorvalue, double bssubtotalresult, in SubTotalsFunction() argument118 this.operatorvalue = operatorvalue; in SubTotalsFunction()157 String BSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$4)"; in test()167 String CSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$6:$C$7)"; in test()177 String MSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$9:$C$10)"; in test()188 String GTsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$11)"; in test()207 BSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$2:$C$4)"; in test()217 CSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$6:$C$7)"; in test()227 MSsubtotals = "=SUBTOTAL(" + operatorvalue + ";$C$9:$C$10)"; in test()[all …]
Completed in 13 milliseconds