8.1.7.3 Datasheet::Cols
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. |
Contents
Description
Get/Set the number of columns in the datasheet
Name
Cols
Examples
EX1
import PyOrigin wks = PyOrigin.ActiveLayer() wks.Cols = 4 print(wks.Cols)