|
-
Jan 13th, 2012, 12:25 PM
#10
Re: Change background colour for individual cell in datagridview
 Originally Posted by paulorton
Code:
dgv_WorkHistory.Rows(i).Cells("DateOfWork").Style.BackColor = Color.Green
This doesn't change the background colour - what am I doing wrong here?
Do you have any events such as CellFormatting for the DataGridView?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|