8.1.2.12 Column::GetLowerBound

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 begining row index for this column. Index values are 0 based.

Syntax

GetLowerBound()

Parameters

Return

Begining row index

Examples

import PyOrigin
PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0). SetLowerBound(3)
PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0). GetLowerBound()

See Also

Column::SetLowerBound