Set the LabTalk formula and optional Before Formula Script for Column and MatrixObject.
SetFormula(Formula,AutoUpdate = AU_NONE, Begin = -1, End = -1)
True on success and False on failure.
import PyOrigin wks=PyOrigin.WorksheetPages('Book1').Layers(0) Col=wks.Columns(0) Col.SetFormula('ran()') Col.ExecuteFormula()
DataObject::GetFormula