Delete column
DeleteCol(nColIndex)
Returns True on successful and False on failure.
#Create Book1 import PyOrigin PyOrigin.LT_execute('newbook name:=Book1') Sheet=PyOrigin.WorksheetPages('Book1').Layers(0) #delete the second column Sheet.DeleteCol(1)