Old code
           Region reg=regions.get(col);
           short colInReg =reg.getArea();
 



New code - But I do not know new method name for getArea()
           CellRangeAddress reg=regions.get(col);
           short colInReg =reg.?????();


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to