Add overload function for setRow and setColumn
This commit is contained in:
@@ -79,7 +79,9 @@ public:
|
||||
int unmergeCells(const CellRange &range);
|
||||
|
||||
bool setRow(int row, double height, Format* format=0, bool hidden=false);
|
||||
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);
|
||||
CellRange dimension() const;
|
||||
|
||||
bool isWindowProtected() const;
|
||||
|
||||
Reference in New Issue
Block a user