8.1.2.30 Column::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 begining row display index.
Syntax
SetLowerBound(iR1)
Parameters
- iR1
- Starting row index (0 based)
Return
Returns True on success and False on failure.
Examples
import PyOrigin PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0). SetLowerBound(3)