المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Font and Size setting in Datagridview



C# Programming
12-24-2009, 06:11 AM
Hi,

kindly let me know that, how may I change following datagridview font and size setting? coz, following commands are not working:

dataGridView1.Font.Name = "Vardana";
dataGridView1.Font.Size = 10;



thank you in advance
(Riaz)