Get the comments in a column label.
GetComments()
The comments text string
import PyOrigin PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).SetComments('intensity') print('Show the comment in column 1') PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).GetComments()
Column::SetComments