Worksheet::ShowCol

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

Show the specific columns

Syntax

ShowCol(Col, Cols = 1,Show = True)

Parameters

Col
zero based index of the first column to show or hide
Cols
number of columns to show or hide
Show
True to show or False to hide the columns

Return

None

Examples

import PyOrigin
Sheet=PyOrigin.WorksheetPages('Book1').Layers(0)
Sheet.ShowCol(1, 1, False)