Get the number of object in Origin Collection
GetCount()
The number of object in Origin Collection
EX1
#Create severial Workbooks in the project. import PyOrigin wks=PyOrigin.WorksheetPages() print('There are %d Workbooks in the Project' % wks.GetCount())