C#怎么获取Word页码

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