xj qian
2024-07-02 5f3fefc2468a925072898f9630771c8a579ec877
jrj/xframe/xcontrol/xdwtable.hpp
@@ -165,6 +165,7 @@
   int GetGroupStartRow(int nGroup) { return GetDwTable()->GetGroupStartRow_(nGroup); } //得到指定组的开始行
   int GetGroupRowCount(int nGroup) { return GetDwTable()->GetGroupRowCount_(nGroup); } //得到指定组的结束行
   int InsertGroupRow(int nGroup, int nRow) { return GetDwTable()->InsertGroupRow_(nGroup, nRow); } //插入组行
   int GetGroupFromRow(int nRow) { return GetDwTable()->GetGroupFromRow(nRow); }
public:
   int GetMaxDeep() { return GetDwTable()->GetMaxDeep_(); } //插入数据视图的最大深度
   int GetLevel() { return GetDwTable()->GetLevel_(); } //得到数据视图的级号