DataObject:SetDigits

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

Set the digit value for the numeric display mode

Syntax

SetDigits(value)

Parameters

value
The number of digits.

Return

None

Examples

import PyOrigin
wks=PyOrigin.WorksheetPages('Book1').Layers(0)
Col=wks.Columns(0)
Col.SetDigits(2)

See Also

DataObject::GetDigits