Hi,
I am converting code using vb.net. I am currently using word interop, and looking to move over to spire.doc, but i am having issues trying to convert the code. How would I convert the following.....
ActiveDocument.Windows.Item(1).Selection.Find.Execute(FindText:="\[*\]", MatchCase:=False, MatchWholeWord:=False, MatchAllWordForms:=False, MatchSoundsLike:=False, MatchWildcards:=True, Wrap:=Interop.Word.WdFindWrap.wdFindStop, Forward:=True)
to code that works with sprire documents?