FIx array formula conversion

This commit is contained in:
Viktor Andreev
2024-02-02 23:18:05 +06:00
parent 00671ffdd6
commit aa8a0cfbc2
4 changed files with 92 additions and 23 deletions

View File

@ -53,7 +53,6 @@ public:
static const unsigned short fixed_id = 0x01;
private:
unsigned short row;
unsigned short col;

View File

@ -52,7 +52,7 @@ public:
// No type info
const std::wstring toString() const;
private:
_INT32 col;
};