Get the digit value for the numeric display mode.
GetDigits()
the number of digits.
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())
DataObject::SetDigits