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
59b02716ac
commit
ae00a22c6a
@ -48,7 +48,7 @@ public class CreateNewSpreadsheet {
|
||||
|
||||
s1.groupRow(0, 3);
|
||||
|
||||
s1.getRow(1).setHeight(10.4);
|
||||
s1.getRow(1).setHeightInPoints(10.4f);
|
||||
//s1.setActiveCell("A2");
|
||||
//s2.setSelected(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user