excel.h
来自「本程序提供了一种与Excel通讯的一种方法。」· C头文件 代码 · 共 109 行
H
109 行
// Machine generated IDispatch wrapper class(es) created with ClassWizard
/////////////////////////////////////////////////////////////////////////////
// Font wrapper class
class Font : public COleDispatchDriver
{
public:
Font() {} // Calls COleDispatchDriver default constructor
Font(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
Font(const Font& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
LPDISPATCH GetApplication();
long GetCreator();
LPDISPATCH GetParent();
VARIANT GetBackground();
void SetBackground(const VARIANT& newValue);
VARIANT GetBold();
void SetBold(const VARIANT& newValue);
VARIANT GetColor();
void SetColor(const VARIANT& newValue);
VARIANT GetColorIndex();
void SetColorIndex(const VARIANT& newValue);
VARIANT GetFontStyle();
void SetFontStyle(const VARIANT& newValue);
VARIANT GetItalic();
void SetItalic(const VARIANT& newValue);
VARIANT GetName();
void SetName(const VARIANT& newValue);
VARIANT GetOutlineFont();
void SetOutlineFont(const VARIANT& newValue);
VARIANT GetShadow();
void SetShadow(const VARIANT& newValue);
VARIANT GetSize();
void SetSize(const VARIANT& newValue);
VARIANT GetStrikethrough();
void SetStrikethrough(const VARIANT& newValue);
VARIANT GetSubscript();
void SetSubscript(const VARIANT& newValue);
VARIANT GetSuperscript();
void SetSuperscript(const VARIANT& newValue);
VARIANT GetUnderline();
void SetUnderline(const VARIANT& newValue);
};
/////////////////////////////////////////////////////////////////////////////
// Borders wrapper class
class Borders : public COleDispatchDriver
{
public:
Borders() {} // Calls COleDispatchDriver default constructor
Borders(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
Borders(const Borders& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
LPDISPATCH GetApplication();
long GetCreator();
LPDISPATCH GetParent();
VARIANT GetColor();
void SetColor(const VARIANT& newValue);
VARIANT GetColorIndex();
void SetColorIndex(const VARIANT& newValue);
long GetCount();
LPDISPATCH GetItem(long Index);
VARIANT GetLineStyle();
void SetLineStyle(const VARIANT& newValue);
LPUNKNOWN Get_NewEnum();
VARIANT GetValue();
void SetValue(const VARIANT& newValue);
VARIANT GetWeight();
void SetWeight(const VARIANT& newValue);
LPDISPATCH Get_Default(long Index);
};
/////////////////////////////////////////////////////////////////////////////
// Border wrapper class
class Border : public COleDispatchDriver
{
public:
Border() {} // Calls COleDispatchDriver default constructor
Border(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
Border(const Border& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
LPDISPATCH GetApplication();
long GetCreator();
LPDISPATCH GetParent();
VARIANT GetColor();
void SetColor(const VARIANT& newValue);
VARIANT GetColorIndex();
void SetColorIndex(const VARIANT& newValue);
VARIANT GetLineStyle();
void SetLineStyle(const VARIANT& newValue);
VARIANT GetWeight();
void SetWeight(const VARIANT& newValue);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?