Fix examples compile error introduced by API change

This commit is contained in:
Debao Zhang
2014-03-17 23:55:55 +08:00
parent 9ce8b92b4f
commit 2301ab4b34
7 changed files with 31 additions and 33 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ int main()
//![0]
//![1]
xlsx.setColumn("A", "B", 40);
xlsx.setColumnWidth(1, 2, 40);
Format rAlign;
rAlign.setHorizontalAlignment(Format::AlignRight);
Format lAlign;