Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Data Binding / October 2004

Tip: Looking for answers? Try searching our database.

DatagridView, setting Font for individual Cells

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Martin Streller - 12 Oct 2004 16:25 GMT
Hello,
I'd like to alter the font, including the background and the
foreground color of individual cells for a realtime app'.
this.dataGridView1.ColumnCount = 5;
this.dataGridView1.RowCount = 10;
this.dataGridView1.Rows[2].Cells[3].Value = "hello";
...?

Can someone help ?
Thanks, Martin
ClayB [Syncfusion] - 15 Oct 2004 11:51 GMT
Try code like:

this.dataGridView1.Rows[2].Cells[2].Style.BackColor = Color.Red;

this.dataGridView1.Rows[2].Cells[2].Style.Font = new Font("Arial", 13);

this.dataGridView1.Rows[2].Cells[2].Style.ForeColor = Color.White;

===========================

Clay Burch, .NET MVP

Visit www.syncfusion.com for the coolest tools

> Hello,
> I'd like to alter the font, including the background and the
[quoted text clipped - 6 lines]
> Can someone help ?
> Thanks, Martin

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.