Add defineName support

This commit is contained in:
Debao Zhang
2013-10-30 13:14:03 +08:00
parent ccd55974fa
commit 0d7863f420
8 changed files with 141 additions and 8 deletions
+2
View File
@@ -67,6 +67,8 @@ public:
Cell *cellAt(const QString &cell) const;
Cell *cellAt(int row, int col) const;
bool defineName(const QString &name, const QString &formula, const QString &comment=QString(), const QString &scope=QString());
CellRange dimension() const;
QString documentProperty(const QString &name) const;