• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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

评论

共有 条评论