Add worksheet dimenstion access API

first/last Row/Column
This commit is contained in:
Debao Zhang
2013-10-28 10:08:09 +08:00
parent a54c4433cd
commit 3fefbb2235
3 changed files with 144 additions and 0 deletions
+5
View File
@@ -74,6 +74,11 @@ 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;
void setRightToLeft(bool enable);
void setZeroValuesHidden(bool enable);