91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.03M
    文件類型: .cs
    金幣: 2
    下載: 1 次
    發布日期: 2020-12-25
  • 語言: C#
  • 標簽: Word??Excel??c??

資源簡介

大量文檔打印前,統計word和Excel的頁數

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;

using?Excel?=?Microsoft.Office.Interop.Excel;
using?Word?=?Microsoft.Office.Interop.Word;
using?System.Runtime.InteropServices;
using?System.Threading;
using?Office?=?Microsoft.Office.Core;
using?System.Reflection;

namespace?QQTools
{
????public?partial?class?FrmPagesStatistics?:?Form
????{
????????private?PageSizes?m_PageSize;
????????List>?table?=?new?List>();
????????
????????public?delegate?void?RefreshStatusDelegate(string?status?int?maximum?int?inc?string?progress);
????????public?delegate?void?ChangeButtonStateDelegate(Button?owner?bool?state);
???

評論

共有 條評論