首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

C#怎么获取Word页码

2012-05-23 
C#如何获取Word页码C#如何获取Word页码[解决办法]iPage((int)(WordApp.Selection.get_Information(Word.W

C#如何获取Word页码
C#如何获取Word页码

[解决办法]
iPage =((int)(WordApp.Selection.get_Information(Word.WdInformation.wdActiveEndPageNumber)));
[解决办法]

探讨

iPage =((int)(WordApp.Selection.get_Information(Word.WdInformation.wdActiveEndPageNumber)));

[解决办法]
探讨
引用:

iPage =((int)(WordApp.Selection.get_Information(Word.WdInformation.wdActiveEndPageNumber)));

+1

热点排行