How can I set datagrid columnheader to BOLD? Thanks.
Printable View
How can I set datagrid columnheader to BOLD? Thanks.
like this?
VB Code:
dim dt as new DataGridTableStyle() dt.HeaderFont = New Font("verdana", 9, FontStyle.Bold)
if not sorry
Thanks, mar_zim. :wave:
That is exactly what I want !