Add support for rows group

This commit is contained in:
Debao Zhang
2013-11-03 13:22:07 +08:00
parent da40285f5b
commit 3978885252
3 changed files with 64 additions and 7 deletions
+2
View File
@@ -80,6 +80,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);
CellRange dimension() const;
bool isWindowProtected() const;