Add worksheet dimenstion access API
first/last Row/Column
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user