cpopham Posted September 5, 2004 Posted September 5, 2004 Using vb how do you dynamically change the font size? I have tried e.cell.font, but can not come up with a way to change th font size. Anyone have any ideas? Thanks, Chester Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
wessamzeidan Posted October 4, 2004 Posted October 4, 2004 Try e.Cell.Controls(0).Font. You have to change the font of the link button thats inside the cell. If Controls(0) doesn't work, try Controls(1) Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.