www.pudn.com > test_vc_11.rar > listrow.h
#if !defined(AFX_LISTROW_H__15FECD9A_1E91_495D_B0F1_808EC13C4517__INCLUDED_)
#define AFX_LISTROW_H__15FECD9A_1E91_495D_B0F1_808EC13C4517__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 CSpreadsheet;
class CListObject;
/////////////////////////////////////////////////////////////////////////////
// CListRow wrapper class
class CListRow : public COleDispatchDriver
{
public:
CListRow() {} // Calls COleDispatchDriver default constructor
CListRow(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CListRow(const CListRow& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
void Delete();
BOOL GetActive();
void SetActive(BOOL bNewValue);
C_Range GetRange();
long GetIndex();
LPDISPATCH GetApplication();
CListObject GetParent();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LISTROW_H__15FECD9A_1E91_495D_B0F1_808EC13C4517__INCLUDED_)