8.1.26.26 Worksheet::ShowLabels

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 [Hide] column labels

Syntax

ShowLabels(Labels);

Parameters

Labels
Label text string

Return

None

Examples

import PyOrigin
Sheet=PyOrigin.WorksheetPages('Book1').Layers(0)
Sheet.ShowLabels('Time');