This example displays the width of the inner line of the left border of the range.
Border border = range.borders(Constant.SYMPHONY_BORDER_LEFT); border.setInnerLineWidth(110); System.out.println(border.getInnerLineWidth());
Related information
borders method