Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Set font for text in a cell
posted

How can I set font for the text in cell ?

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello itsumesh,

    You could do that by accessing the 'Appearance.FontData' of a cell. Something like the following code sample:

    ultraGrid1.Rows[0].Cells["Name"].Appearance.FontData.SizeInPoints = 20;

    Please do not hesitate to contact us if you need any additional assistance.

Children
No Data