this.rowReference = rowReference;
context = new ContextSum(colReference.getLocalContext(),
new Context[] {colReference.getLocalContext(), rowReference.getLocalContext()});
this.value = new MathExpressionGeneric(context);
this.style = new StyleDefault();
}