| | |
| | | int event_ItemChanged_(int nRow, int nCol, LPCTSTR pData) ; |
| | | int event_ItemChanging_(int nRow, int nCol, LPCTSTR pData) ; |
| | | public: |
| | | int DataBI(LPCTSTR pSchema = NULL); //数据BI分析 |
| | | LPTSTR DataAnalysis(LPCTSTR pSchema = NULL); |
| | | public: |
| | | int GetDwType_(); |
| | | public: |
| | | int DwUpdateAllToEx(KXMLDOMDocument pXmlDoc); |
| | |
| | | int SetColumnState(LPCTSTR column, bool state); |
| | | |
| | | void SetDataToClip(LPCTSTR DataStr); |
| | | int AcceptText(); |
| | | int AcceptText() { |
| | | return 1; |
| | | }; |
| | | int ShowRowTo(int row); |
| | | int GetShowRow(); |
| | | LPCTSTR GetTitleName(int col); |
| | |
| | | public: |
| | | void ResetRepeats(); |
| | | void AddRepeats(wchar_t* colName); |
| | | public: |
| | | void ShowEditor(); |
| | | |
| | | }; |
| | | }} |
| | | }} |