Question : How to set the datagridview column header text to a mixedCase+windows programming vb.net 2005

Hi,
How to set the datagridview column header text to a mixedCase.

Cheers

Answer : How to set the datagridview column header text to a mixedCase+windows programming vb.net 2005

Me.Datagriview.Columns(YourColumnIndex).HaederText="Somhting" & "Something Else"     ..........i forgot an "s"
Random Solutions  
 
programming4us programming4us