8.1.20.1 OriginCollectionBase::GetCount
It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021. |
Contents
Description
Get the number of object in Origin Collection
Syntax
GetCount()
Parameters
Return
The number of object in Origin Collection
Examples
EX1
#Create severial Workbooks in the project. import PyOrigin wks=PyOrigin.WorksheetPages() print('There are %d Workbooks in the Project' % wks.GetCount())