Get the column format.
GetFormat()
The column format value
import PyOrigin PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).SetFormat(1) print(PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).GetFormat())
Column::SetFormat