Export the dimension api of worksheet

This commit is contained in:
Debao Zhang
2013-10-29 22:07:50 +08:00
parent 0155cc5409
commit 18d00f9665
8 changed files with 53 additions and 189 deletions
+2 -5
View File
@@ -45,6 +45,7 @@ class Workbook;
class Format;
class Drawing;
class DataValidation;
class CellRange;
struct XlsxImageData;
class WorksheetPrivate;
@@ -79,11 +80,7 @@ public:
bool setRow(int row, double height, Format* format=0, bool hidden=false);
bool setColumn(int colFirst, int colLast, double width, Format* format=0, bool hidden=false);
int firstRow() const;
int lastRow() const;
int firstColumn() const;
int lastColumn() const;
CellRange dimension() const;
void setRightToLeft(bool enable);
void setZeroValuesHidden(bool enable);