AD
Administrator
Syncfusion Team
August 2, 2004 04:48 PM UTC
I assume you are looking at some private build as Named Ranged support has not been released publicly yet, is this correct?
Anyway, you cannot do
Range3 = Range1 + Range2
but you can have a formula in a cell that reads
= Sum(Range1) + Sum(Range2)
when you define range1 = "C1:C10" and range2 = "D1:D10"