mirror of https://github.com/apache/poi.git
should have been included in r705638
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@705662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f160dd1e7b
commit
d70887d566
|
@ -48,7 +48,7 @@ public class CreateNewSpreadsheet {
|
||||||
|
|
||||||
s1.groupRow(0, 3);
|
s1.groupRow(0, 3);
|
||||||
|
|
||||||
s1.getRow(1).setHeight(10.4);
|
s1.getRow(1).setHeightInPoints(10.4f);
|
||||||
//s1.setActiveCell("A2");
|
//s1.setActiveCell("A2");
|
||||||
//s2.setSelected(true);
|
//s2.setSelected(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue