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
1445
How can I make a cell text bold in the code?
posted

I am in the init row event, and I am trying to make the font in certain cells bold. How do I do that?

Parents
No Data
Reply
  • 469350
    Offline posted

    You can do this using the Appearance property on the cell. The Appearance has a FontData property where you can define font properties like Bold.

    I recommend that you take a look at the WinGrid Performance Guide.

    There is a section in the guide called "Re-Use Appearances" which discusses how to apply appearances to cells in the most efficient way.

Children
No Data