C++: int Find(LPCSTR Text)
return count of search results.
import OriginExt as O app = O.Application(); app.Visible = app.MAINWND_SHOW pageName = app.CreatePage(app.OPT_WORKSHEET) finder = app.GetFinder() finder.Find("1") print(finder.GetObject(0).Name)