column.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 CDataFormatDisp;
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CColumn wrapper class
  8. class CColumn : public COleDispatchDriver
  9. {
  10. public:
  11. CColumn() {} // Calls COleDispatchDriver default constructor
  12. CColumn(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  13. CColumn(const CColumn& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  14. // Attributes
  15. public:
  16. // Operations
  17. public:
  18. long GetAlignment();
  19. void SetAlignment(long nNewValue);
  20. BOOL GetAllowSizing();
  21. void SetAllowSizing(BOOL bNewValue);
  22. BOOL GetButton();
  23. void SetButton(BOOL bNewValue);
  24. CString GetCaption();
  25. void SetCaption(LPCTSTR lpszNewValue);
  26. short GetColIndex();
  27. BOOL GetDataChanged();
  28. CString GetDataField();
  29. void SetDataField(LPCTSTR lpszNewValue);
  30. long GetDividerStyle();
  31. void SetDividerStyle(long nNewValue);
  32. float GetLeft();
  33. BOOL GetLocked();
  34. void SetLocked(BOOL bNewValue);
  35. CString GetNumberFormat();
  36. void SetNumberFormat(LPCTSTR lpszNewValue);
  37. CString GetText();
  38. void SetText(LPCTSTR lpszNewValue);
  39. float GetTop();
  40. VARIANT GetValue();
  41. void SetValue(const VARIANT& newValue);
  42. BOOL GetVisible();
  43. void SetVisible(BOOL bNewValue);
  44. float GetWidth();
  45. void SetWidth(float newValue);
  46. BOOL GetWrapText();
  47. void SetWrapText(BOOL bNewValue);
  48. CDataFormatDisp GetDataFormat();
  49. void SetRefDataFormat(LPDISPATCH newValue);
  50. CString CellText(const VARIANT& Bookmark);
  51. VARIANT CellValue(const VARIANT& Bookmark);
  52. };