fiogf49gjkf0d Hi all.
I'm creating a datagrid via code and I don't know how to set the column header and data alignment for each column in the datagrid. Any idea how?
Thanks.
SLX LAN v7.2.1
Set col = .Add(0) col.FieldName = "Total_Sales" col.Caption = "Total Sales" col.Readonly = True col.FormatType = ftCurrency col.Width = 110 |