8.1.26.21 Worksheet::SetLowerBound
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
Set the lower bound
Syntax
SetLowerBound(R1)
Parameters
- nR1
- Set lower row display index of the Worksheet.
Return
Returns True on successful and False on failure.
Examples
#Create Book1 with one sheet with 3column and 10row, set some numbers in sheet import PyOrigin wks=PyOrigin.FindWorksheet('Book1') #do not display the first 3 columns wks.SetLowerBound(3)