Get the active page in the project.
ActivePage()
The active page in the project.
EX1
# Activate one workbook, matrix or graph. import PyOrigin Page=PyOrigin.ActivePage() #add a new sheet/layer on the page Page.AddLayer('NewLayer')