Description: provides connectivity utilities for ranges
REFERENCE:
@author IgOr KaTz && EuGeNe BuMaGiN (Tal Moshaiov) (VistaPortal LDT.) @version 1.0
144145146147148149150151152153154155156
return result; }*/ public void setArea(String ref){ RangeAddress ra = new RangeAddress(ref); String from = ra.getFromCell(); setColumn((short) (ra.getXPosition(from) -1)); setRow((short) (ra.getYPosition(from) -1)); }