Add a private sheetId() member for Worksheet

This commit is contained in:
Debao Zhang
2013-10-24 17:04:25 +08:00
parent afbf4effbf
commit 92a415425e
6 changed files with 36 additions and 19 deletions
+4
View File
@@ -58,6 +58,10 @@ public:
int activesheet;
int firstsheet;
int table_count;
//Used to generate new sheet name and id
int last_sheet_index;
int last_sheet_id;
};
}