8.1.2.14 Column::GetParent
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. |
Description
Get the Parent worksheet.
Syntax
GetParent()
Parameters
Return
The Parent worksheet
Examples
import PyOrigin wks = PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).GetParent() print('The wks is %s' % wks.GetName())