VB: Property Get/Set ActivePage As Page
C++: Page ActivePage
C#: Page ActivePage
import OriginExt as O app = O.Application(); app.Visible = app.MAINWND_SHOW pageName = app.CreatePage(app.OPT_WORKSHEET) print(pageName + " == " + app.ActivePage.Name + " ? ", pageName == app.ActivePage.Name)
8.0SR2