C++: OriginObject GetObject(int index)
return OriginObject whose any attribute values are found by keyword
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)