| | |
| | | int SelectRow_(int nRow, bool bSelect = true) ;//选中单行 |
| | | int SelectRow_(int sRow, int eRow, bool bSelect = true) ;//选中多行 |
| | | int GetNextSelectRow_(int nStartRow) ; //得到下拉修改行 |
| | | int GetPrevSelectRow(int nStartRow); |
| | | bool IsRowSelected_(int nRow) ; //判断行是否被选种 |
| | | int SetSelectBkColor_(COLORREF color) ; //设置选择的背景颜色 |
| | | int SetSelectionMode_(int nMode) ; //设置选择的模式//0 unselection 1 singleSelection 2 multiselection 3 multiselectionex |
| | |
| | | public: |
| | | void ResetRepeats(); |
| | | void AddRepeats(wchar_t* colName); |
| | | public: |
| | | void ShowEditor(); |
| | | }; |
| | | }} |
| | | }} |