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


#if !defined(AFX_NAME_H__5B352187_3B51_4217_9C5D_A484C21EB2A2__INCLUDED_) 
#define AFX_NAME_H__5B352187_3B51_4217_9C5D_A484C21EB2A2__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 CSpreadsheet; 
class C_Range; 
 
///////////////////////////////////////////////////////////////////////////// 
// CName wrapper class 
 
class CName : public COleDispatchDriver 
{ 
public: 
	CName() {}		// Calls COleDispatchDriver default constructor 
	CName(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} 
	CName(const CName& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} 
 
// Attributes 
public: 
 
// Operations 
public: 
	void Delete(); 
	LPDISPATCH GetApplication(); 
	long GetIndex(); 
	CString GetName(); 
	void SetName(LPCTSTR lpszNewValue); 
	LPDISPATCH GetParent(); 
	VARIANT GetRefersTo(); 
	void SetRefersTo(const VARIANT& newValue); 
	VARIANT GetRefersToLocal(); 
	void SetRefersToLocal(const VARIANT& newValue); 
	C_Range GetRefersToRange(); 
	CString GetValue(); 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_NAME_H__5B352187_3B51_4217_9C5D_A484C21EB2A2__INCLUDED_)