Get the formula of the DataObject.
GetFormula()
String with the DataObject formula.
import PyOrigin wks=PyOrigin.WorksheetPages('Book1').Layers(0) Col=wks.Columns(0) Col.SetFormula('ran()') Col.ExecuteFormula() print(Col.GetFormula())
DataObject::SetFormula