8.1.26.8 Worksheet::GetColumns
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
Return the columns collection.
Syntax
GetColumns()
Parameters
Return
the columns collection
Examples
EX1
import PyOrigin wks=PyOrigin.ActiveLayer() print(wks.GetColumns().GetCount())