split.h
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  3. //  Microsoft Visual C++, your modifications will be overwritten.
  4. // Dispatch interfaces referenced by this interface
  5. class CColumns;
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CSplit wrapper class
  8. class CSplit : public COleDispatchDriver
  9. {
  10. public:
  11. CSplit() {} // Calls COleDispatchDriver default constructor
  12. CSplit(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  13. CSplit(const CSplit& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. BOOL GetAllowFocus();
  19. void SetAllowFocus(BOOL bNewValue);
  20. BOOL GetAllowRowSizing();
  21. void SetAllowRowSizing(BOOL bNewValue);
  22. BOOL GetAllowSizing();
  23. void SetAllowSizing(BOOL bNewValue);
  24. BOOL GetCurrentCellVisible();
  25. void SetCurrentCellVisible(BOOL bNewValue);
  26. VARIANT GetFirstRow();
  27. void SetFirstRow(const VARIANT& newValue);
  28. short GetIndex();
  29. short GetLeftCol();
  30. void SetLeftCol(short nNewValue);
  31. BOOL GetLocked();
  32. void SetLocked(BOOL bNewValue);
  33. long GetMarqueeStyle();
  34. void SetMarqueeStyle(long nNewValue);
  35. BOOL GetRecordSelectors();
  36. void SetRecordSelectors(BOOL bNewValue);
  37. long GetScrollBars();
  38. void SetScrollBars(long nNewValue);
  39. short GetScrollGroup();
  40. void SetScrollGroup(short nNewValue);
  41. short GetSelEndCol();
  42. void SetSelEndCol(short nNewValue);
  43. short GetSelStartCol();
  44. void SetSelStartCol(short nNewValue);
  45. VARIANT GetSize();
  46. void SetSize(const VARIANT& newValue);
  47. long GetSizeMode();
  48. void SetSizeMode(long nNewValue);
  49. void ClearSelCols();
  50. CColumns GetColumns();
  51. };