DataObject::DisplayFormat

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

Get/Set the display format of the DataObject

Name

DisplayFormat

Examples

import PyOrigin
wks=PyOrigin.ActiveLayer()
wks.Columns(0).DisplayFormat=1 #Scientific:1E3

See Also

GetDisplayFormat SetDisplayFormat