It is currently Wed Jun 25, 2025 4:05 pm
Row row = Context.getsmlObjectFactory().createRow();
Cell cell = Context.getsmlObjectFactory().createCell();
cell.setV(value);
row.setOutlineLevel(outlineLevel);
row.getC().add(cell);
Total posts 10181 • Total topics 2864 • Total members 2095