Grouping rows and cols works now

This commit is contained in:
Debao Zhang
2013-11-04 21:40:57 +08:00
parent 9b0eb98048
commit 68f4190fa5
6 changed files with 158 additions and 10 deletions
+2
View File
@@ -66,6 +66,8 @@ public:
bool setRow(const QString &row, double height, Format* format=0, bool hidden=false);
bool setColumn(int colFirst, int colLast, double width, Format* format=0, bool hidden=false);
bool setColumn(const QString &colFirst, const QString &colLast, double width, Format* format=0, bool hidden=false);
bool groupRows(int rowFirst, int rowLast, bool collapsed = true);
bool groupColumns(int colFirst, int colLast, bool collapsed = true);
bool addDataValidation(const DataValidation &validation);
Cell *cellAt(const QString &cell) const;