means: if the cells including A-B-C it didn't showed them like this : A B C
[code]For i As Integer = 0 To 2
Dim g As Graphics
g = Me.CreateGraphics()
Dim str As String = Me.DataGridView1.Rows(1).Cells(i).Value
g.DrawString(str, New Font("Times New Roman", 12, FontStyle.Regular), Brushes.DarkGreen, 20, 20)
Next
[/code]
This post has been edited by Mangore: 05 February 2012 - 02:50 PM

New Topic/Question
Reply




MultiQuote





|