Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
datagridview1 4th column will special font
Shovan Saha
7y
202
1
Reply
How can I set a special font in the 4th column of datagridview? I have tried as:
dataGridView1AP.Columns(3).DefaultCellStyle.Font = new Font("Microsoft Sans Serif", 9, FontStyle.Regular);
But error msg Column does not use as method. Please help me.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to install c# application on client computer
Check my code for datagridview