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

资源简介

C++实战源码-设置单元格文字收缩(入门级实例437).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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      147273  2009-09-25 14:28  TextShrink\excel9.cpp
     文件       39378  2009-09-25 14:28  TextShrink\excel9.h
     文件         734  2009-09-25 14:29  TextShrink\resource.h
     文件         212  2009-09-25 13:37  TextShrink\StdAfx.cpp
     文件        1054  2009-09-25 13:37  TextShrink\StdAfx.h
     文件        1177  2010-11-13 14:14  TextShrink\TextShrink.clw
     文件        2141  2009-09-25 14:19  TextShrink\TextShrink.cpp
     文件        4355  2009-09-25 14:47  TextShrink\TextShrink.dsp
     文件         545  2009-09-25 13:37  TextShrink\TextShrink.dsw
     文件        1368  2009-09-25 13:37  TextShrink\TextShrink.h
     文件        5317  2009-10-09 11:15  TextShrink\TextShrink.rc
     文件        5652  2010-11-13 11:53  TextShrink\TextShrinkDlg.cpp
     文件        1376  2009-09-25 14:30  TextShrink\TextShrinkDlg.h
     文件        1078  2009-09-25 13:37  TextShrink\res\TextShrink.ico
     文件         402  2009-09-25 13:37  TextShrink\res\TextShrink.rc2

评论

共有 条评论