8.1.3.9 DataObject::GetDigits

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 the digit value for the numeric display mode.

Syntax

GetDigits()

Parameters

Return

the number of digits.

Examples

import PyOrigin
wks=PyOrigin.WorksheetPages('Book1').Layers(0)
Col=wks.Columns(0)
Col.SetDigits(2)
print('The digit number of the column is %d' % Col.GetDigits())

See Also

DataObject::SetDigits