www.pudn.com > test_vc_11.rar > listobjects.h


#if !defined(AFX_LISTOBJECTS_H__3D22578F_59AA_46DE_BC48_D8E441FF814A__INCLUDED_) 
#define AFX_LISTOBJECTS_H__3D22578F_59AA_46DE_BC48_D8E441FF814A__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 CListObject; 
class CSpreadsheet; 
class CWorksheet; 
 
///////////////////////////////////////////////////////////////////////////// 
// CListObjects wrapper class 
 
class CListObjects : public COleDispatchDriver 
{ 
public: 
	CListObjects() {}		// Calls COleDispatchDriver default constructor 
	CListObjects(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} 
	CListObjects(const CListObjects& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} 
 
// Attributes 
public: 
 
// Operations 
public: 
	CListObject GetItem(const VARIANT& iIndex); 
	long GetCount(); 
	LPDISPATCH GetApplication(); 
	CWorksheet GetParent(); 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_LISTOBJECTS_H__3D22578F_59AA_46DE_BC48_D8E441FF814A__INCLUDED_)