Rework the spreadsheet import feature of the grapic user interface
[pspp] / src / ui / gui / psppire-spreadsheet-model.h
index 94be3c397ef75f3ac4b1fc0d9b640eb6e7433cea..e60e3fa99cf66e62c43e5f6fdfe88d833d3b2a0a 100644 (file)
@@ -82,4 +82,14 @@ GtkTreeModel * psppire_spreadsheet_model_new (struct spreadsheet *sp);
 
 G_END_DECLS
 
+
+enum
+{
+  PSPPIRE_SPREADSHEET_MODEL_COL_NAME,
+  PSPPIRE_SPREADSHEET_MODEL_COL_RANGE,
+  PSPPIRE_SPREADSHEET_MODEL_COL_SHEET_ROWS,
+  PSPPIRE_SPREADSHEET_MODEL_COL_SHEET_COLUMNS,
+  PSPPIRE_SPREADSHEET_MODEL_N_COLS
+};
+
 #endif /* __PSPPIRE_SPREADSHEET_MODEL_H__ */