www.pudn.com > test_vc_11.rar > borders.h
#if !defined(AFX_BORDERS_H__7A928A80_1EFA_4FE9_A232_076F5171A044__INCLUDED_)
#define AFX_BORDERS_H__7A928A80_1EFA_4FE9_A232_076F5171A044__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 CBorder;
class C_Range;
/////////////////////////////////////////////////////////////////////////////
// CBorders wrapper class
class CBorders : public COleDispatchDriver
{
public:
CBorders() {} // Calls COleDispatchDriver default constructor
CBorders(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CBorders(const CBorders& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
LPDISPATCH GetApplication();
VARIANT GetColor();
void SetColor(VARIANT* newValue);
VARIANT GetColorIndex();
void SetColorIndex(long nNewValue);
long GetCount();
CBorder GetItem(long Index);
VARIANT GetLineStyle();
void SetLineStyle(long nNewValue);
C_Range GetParent();
VARIANT GetValue();
void SetValue(long nNewValue);
VARIANT GetWeight();
void SetWeight(long nNewValue);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BORDERS_H__7A928A80_1EFA_4FE9_A232_076F5171A044__INCLUDED_)