Set the lower bound
SetLowerBound(R1)
Returns True on successful and False on failure.
#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)
Worksheet::GetBounds