Get one parameter value from column label.
GetParameter(Index)
The string variable which will receive the value.
import PyOrigin PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).SetParameter(0, 'w') print('The first parameter is %s' % PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).GetParameter(0))
Column::SetParameter