8.1.2.31 Column::SetParameter
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
Set one parameter in a column label.
Syntax
SetParameter(Index, value)
Parameters
- value
- The parameter value to set
- Index
- The parameter index, default is 0
Return
None
Examples
import PyOrigin PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).SetParameter(0, 'w')