读书人

C#怎么获取Word页码

发布时间: 2012-05-23 13:44:13 作者: rapoo

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

读书人网 >C#

热点推荐