C
Chuck Hecht
I have a datagrid dgReview I am trying to format the 4th column to remove
all of the decimals. When I try the code below the datagridtextboxcolumn
does not have a format property, now I am more confudsed then before??????
Dim aReviewGridTableStyle As New DataGridTableStyle
Dim QtyOrd As New DataGridTextBoxColumn
QtyOrd.format(0)
aReviewGridTableStyle.GridColumnStyles.Add(aCol4)
frmMain.dgReview.TableStyles.Add(aGridTableStyle)
Where am I going wrong???
chuck
all of the decimals. When I try the code below the datagridtextboxcolumn
does not have a format property, now I am more confudsed then before??????
Dim aReviewGridTableStyle As New DataGridTableStyle
Dim QtyOrd As New DataGridTextBoxColumn
QtyOrd.format(0)
aReviewGridTableStyle.GridColumnStyles.Add(aCol4)
frmMain.dgReview.TableStyles.Add(aGridTableStyle)
Where am I going wrong???
chuck