2.1.3 ActivePage


Description

Syntax

VB: Property Get/Set ActivePage As Page
C++: Page ActivePage
C#: Page ActivePage

Parameters

Remark

Examples

C#

Python

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)

Version Information

8.0SR2

See Also