資源簡介
C++實戰源碼-向Excel表格中插入圖片(入門級實例426).zip
代碼片段和文件信息
//?Machine?generated?IDispatch?wrapper?class(es)?created?with?ClassWizard
#include?“stdafx.h“
#include?“excel9.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?_Application?properties
/////////////////////////////////////////////////////////////////////////////
//?_Application?operations
LPDISPATCH?_Application::GetApplication()
{
LPDISPATCH?result;
InvokeHelper(0x94?DISPATCH_PROPERTYGET?VT_DISPATCH?(void*)&result?NULL);
return?result;
}
long?_Application::GetCreator()
{
long?result;
InvokeHelper(0x95?DISPATCH_PROPERTYGET?VT_I4?(void*)&result?NULL);
return?result;
}
LPDISPATCH?_Application::GetParent()
{
LPDISPATCH?result;
InvokeHelper(0x96?DISPATCH_PROPERTYGET?VT_DISPATCH?(void*)&result?NULL);
return?result;
}
LPDISPATCH?_Application::GetActiveCell()
{
LPDISPATCH?result;
InvokeHelp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????110928??2009-09-24?14:20??InsertImage\excel9.cpp
?????文件???????30080??2009-09-24?14:20??InsertImage\excel9.h
?????文件????????1327??2009-10-06?14:35??InsertImage\InsertImage.clw
?????文件????????2155??2009-09-24?14:21??InsertImage\InsertImage.cpp
?????文件????????4370??2009-09-24?14:56??InsertImage\InsertImage.dsp
?????文件?????????547??2009-09-24?13:12??InsertImage\InsertImage.dsw
?????文件????????1379??2009-09-24?13:12??InsertImage\InsertImage.h
?????文件????????5572??2009-09-24?14:04??InsertImage\InsertImage.rc
?????文件????????6274??2010-11-13?11:51??InsertImage\InsertImageDlg.cpp
?????文件????????1466??2009-09-24?14:02??InsertImage\InsertImageDlg.h
?????文件?????????873??2009-09-24?14:04??InsertImage\resource.h
?????文件?????????213??2009-09-24?13:12??InsertImage\StdAfx.cpp
?????文件????????1054??2009-09-24?13:12??InsertImage\StdAfx.h
?????文件????????1078??2009-09-24?13:12??InsertImage\res\InsertImage.ico
?????文件?????????403??2009-09-24?13:12??InsertImage\res\InsertImage.rc2
評論
共有 條評論