Set the digit value for the numeric display mode
SetDigits(value)
None
import PyOrigin wks=PyOrigin.WorksheetPages('Book1').Layers(0) Col=wks.Columns(0) Col.SetDigits(2)
DataObject::GetDigits