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