www.pudn.com > test_vc_11.rar > listobject.h
#if !defined(AFX_LISTOBJECT_H__657E9CFD_2947_435E_93B5_ACAFCF8E4652__INCLUDED_)
#define AFX_LISTOBJECT_H__657E9CFD_2947_435E_93B5_ACAFCF8E4652__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class C_Range;
class CListRows;
class CSpreadsheet;
class CWorksheet;
/////////////////////////////////////////////////////////////////////////////
// CListObject wrapper class
class CListObject : public COleDispatchDriver
{
public:
CListObject() {} // Calls COleDispatchDriver default constructor
CListObject(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CListObject(const CListObject& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
CString GetName();
void SetName(LPCTSTR lpszNewValue);
C_Range GetHeaderRowRange();
C_Range GetDataBodyRange();
C_Range GetInsertRowRange();
C_Range GetRange();
CListRows GetListRows();
VARIANT GetPropNames();
LPDISPATCH GetApplication();
CWorksheet GetParent();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LISTOBJECT_H__657E9CFD_2947_435E_93B5_ACAFCF8E4652__INCLUDED_)