c# gridView Column Color Change
        Posted on Sunday, May 1, 2011
 |
      
No Comments
dataGridView1.Columns[3].DefaultCellStyle.Font = new Font("Microsoft Sans Serif", 24.5F, GraphicsUnit.Pixel);
A free source of help.
dataGridView1.Columns[3].DefaultCellStyle.Font = new Font("Microsoft Sans Serif", 24.5F, GraphicsUnit.Pixel);
Powered by Blogger | Theme mxs | Converted by LiteThemes.com