xj qian
2024-07-17 76c2f8801aa96f711d4a2099c8f356174474ed4a
jrj/xframe/xcontrol/xdwgrid.hpp
@@ -71,6 +71,7 @@
   int SelectRow(int nRow, bool bSelect = true) { return getKReport()->SelectRow_(nRow, bSelect); }
   int SelectRow(int sRow, int eRow, bool bSelect = true) { return getKReport()->SelectRow_(sRow, eRow, bSelect); }
   int GetNextSelectRow(int nStartRow) { return getKReport()->GetNextSelectRow_(nStartRow); }
   int GetPrevSelectRow(int nStartRow) { return getKReport()->GetPrevSelectRow(nStartRow); }
   bool IsRowSelected(int nRow) { return getKReport()->IsRowSelected_(nRow); }
   //int SetSelectBkColor(COLORREF color){return getKReport()->SetSelectBkColor_(color);}
   int SetSelectionMode(int nMode) { return getKReport()->SetSelectionMode_(nMode); } //0 unselection 1 singleSelection 2 multiselection 3 multiselectionex