Add inline string read/write support

This commit is contained in:
Debao Zhang
2013-10-24 10:48:33 +08:00
parent 98b6e83004
commit 435ab82c3f
4 changed files with 71 additions and 1 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ public:
Numeric,
Formula,
Boolean,
Error
Error,
InlineString
};
DataType dataType() const;